Emit 'finish-launching' event when the application has finished launching.
This commit is contained in:
parent
7dd48e24d3
commit
4133fc28d9
10 changed files with 28 additions and 10 deletions
|
@ -23,6 +23,9 @@ class BrowserObserver {
|
|||
virtual void OnOpenFile(bool* prevent_default,
|
||||
const std::string& file_path) {}
|
||||
|
||||
// The browser has finished loading.
|
||||
virtual void OnFinishLaunching() {}
|
||||
|
||||
protected:
|
||||
virtual ~BrowserObserver() {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue