Handle close cancel in BeforeUnloadDialogCancelled
This commit is contained in:
parent
b822a83bc2
commit
87f44c42df
2 changed files with 8 additions and 7 deletions
|
@ -241,6 +241,7 @@ class NativeWindow : public CommonWebContentsDelegate,
|
|||
// Implementations of content::WebContentsObserver.
|
||||
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
|
||||
void BeforeUnloadFired(const base::TimeTicks& proceed_time) override;
|
||||
void BeforeUnloadDialogCancelled() override;
|
||||
void TitleWasSet(content::NavigationEntry* entry, bool explicit_set) override;
|
||||
bool OnMessageReceived(const IPC::Message& message) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue