Add 'loading-state-changed' event for BrowserWindow.
It's required for testing the BrowserWindow class.
This commit is contained in:
parent
e00d3d4b37
commit
34e1800716
5 changed files with 32 additions and 2 deletions
|
@ -35,6 +35,7 @@ class Window : public EventEmitter,
|
|||
// Implementations of NativeWindowObserver.
|
||||
virtual void OnPageTitleUpdated(bool* prevent_default,
|
||||
const std::string& title) OVERRIDE;
|
||||
virtual void OnLoadingStateChanged(bool is_loading) OVERRIDE;
|
||||
virtual void WillCloseWindow(bool* prevent_default) OVERRIDE;
|
||||
virtual void OnWindowClosed() OVERRIDE;
|
||||
virtual void OnWindowBlur() OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue