Handle close cancel in BeforeUnloadDialogCancelled

This commit is contained in:
Cheng Zhao 2015-06-24 21:28:36 +08:00
parent b822a83bc2
commit 87f44c42df
2 changed files with 8 additions and 7 deletions

View file

@ -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;