Add 'will-finish-launching' event for app.

This commit is contained in:
Cheng Zhao 2013-06-03 15:31:46 +08:00
parent e4d2368908
commit bf409efc46
7 changed files with 16 additions and 0 deletions

View file

@ -24,6 +24,7 @@ class BrowserObserver {
const std::string& file_path) {}
// The browser has finished loading.
virtual void OnWillFinishLaunching() {}
virtual void OnFinishLaunching() {}
protected: