Chromium Code Reviews| 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..dac0306301d4364dc85e66b73686e3f1679c1784 100644 |
| --- a/chrome/browser/ui/search/instant_page.h |
| +++ b/chrome/browser/ui/search/instant_page.h |
| @@ -53,7 +53,7 @@ class InstantPage : public content::WebContentsObserver, |
| bool supports_instant) = 0; |
| // Called when the underlying RenderView crashed. |
|
Charlie Reis
2013/07/09 16:57:37
nit: RenderView's process
nasko
2013/07/09 19:12:48
Done.
|
| - virtual void InstantPageRenderViewGone( |
| + virtual void InstantPageRenderProcessGone( |
| const content::WebContents* contents) = 0; |
| // Called when the page is about to navigate to |url|. |