Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: chrome/browser/ui/search/instant_page.h

Issue 18339006: Rename RenderViewGone IPC/methods to better reflect reality (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac compile error. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.

Powered by Google App Engine
This is Rietveld 408576698