Add 'will-finish-launching' event for app.
This commit is contained in:
parent
e4d2368908
commit
bf409efc46
7 changed files with 16 additions and 0 deletions
|
@ -34,6 +34,7 @@ class Browser : public WindowListObserver {
|
|||
bool OpenFile(const std::string& file_path);
|
||||
|
||||
// Tell the application the loading has been done.
|
||||
void WillFinishLaunching();
|
||||
void DidFinishLaunching();
|
||||
|
||||
void AddObserver(BrowserObserver* obs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue