Index: chrome/browser/ui/search/instant_page.h |
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h |
index bf60ccb08f433b87db4ed491e9354128b7a7dff8..920d65f324e58cc781d0a51be73f3f290e7d0c2c 100644 |
--- a/chrome/browser/ui/search/instant_page.h |
+++ b/chrome/browser/ui/search/instant_page.h |
@@ -52,8 +52,8 @@ class InstantPage : public content::WebContentsObserver, |
virtual void InstantSupportDetermined(const content::WebContents* contents, |
bool supports_instant) = 0; |
- // Called when the underlying RenderView crashed. |
- virtual void InstantPageRenderViewGone( |
+ // Called when the underlying RenderView's process crashed. |
+ virtual void InstantPageRenderProcessGone( |
const content::WebContents* contents) = 0; |
// Called when the page is about to navigate to |url|. |