| Index: content/public/browser/web_contents_observer.h
|
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
|
| index 29c2c1edb72ee34b82daa08c188647caf5451d82..2ad466e0e2e631701882ea9f0c299119f1fd6405 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -27,6 +27,7 @@ class NavigationEntry;
|
| class NavigationHandle;
|
| class RenderFrameHost;
|
| class RenderViewHost;
|
| +class RenderWidgetHost;
|
| class WebContents;
|
| class WebContentsImpl;
|
| struct AXEventNotificationDetails;
|
| @@ -121,6 +122,10 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
|
| virtual void RenderViewHostChanged(RenderViewHost* old_host,
|
| RenderViewHost* new_host) {}
|
|
|
| + // This method is invoked when the process for the current main
|
| + // RenderFrameHost becomes unresponsive.
|
| + virtual void OnRendererUnresponsive(RenderWidgetHost* render_widget_host) {}
|
| +
|
| // Navigation related events ------------------------------------------------
|
|
|
| // Called when a navigation started in the WebContents. |navigation_handle|
|
|
|