More fixes after code review.
This commit is contained in:
parent
40d93ce55a
commit
9652ed6508
7 changed files with 11 additions and 30 deletions
|
@ -43,13 +43,9 @@ class BrowserObserver {
|
|||
// Browser is used to open a url.
|
||||
virtual void OnOpenURL(const std::string& url) {}
|
||||
|
||||
// The browser is activated with no open windows (usually by clicking on the
|
||||
// dock icon).
|
||||
virtual void OnActivateWithNoOpenWindows() {}
|
||||
|
||||
// The browser is activated with visible/invisible windows (usually by
|
||||
// clicking on the dock icon).
|
||||
virtual void OnActivate(bool hasVisibleWindows) {}
|
||||
virtual void OnActivate(bool has_visible_windows) {}
|
||||
|
||||
// The browser has finished loading.
|
||||
virtual void OnWillFinishLaunching() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue