Fix how we detect renderer crash.

This commit is contained in:
Cheng Zhao 2013-07-18 18:37:40 +08:00
parent 36f125f3d3
commit 4ddd1bccb4
2 changed files with 5 additions and 9 deletions

View file

@ -151,10 +151,9 @@ class NativeWindow : public content::WebContentsDelegate,
const content::WebContents* source) const OVERRIDE;
virtual void RendererUnresponsive(content::WebContents* source) OVERRIDE;
virtual void RendererResponsive(content::WebContents* source) OVERRIDE;
virtual void NavigationStateChanged(const content::WebContents* source,
unsigned changed_flags) OVERRIDE;
// Implementations of content::WebContentsObserver.
virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
// Implementations of content::NotificationObserver