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

Unified Diff: content/public/browser/web_contents_observer.h

Issue 81243003: Remove notifications from ContentViewCore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: work dammit? Created 7 years, 1 month 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: 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 fbc5206f1f90af2ef4534942ae83bfe8d38a3774..d65ff406629424c1374d244d05d824d62180cec9 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -51,7 +51,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
RenderViewHost* render_view_host) {}
// This method is invoked when the RenderView of the current RenderViewHost
- // is ready, e.g. because we recreated it after a crash.
+ // is "ready" because it has connected to a renderer process.
virtual void RenderViewReady() {}
// This method is invoked when a RenderViewHost of the WebContents is

Powered by Google App Engine
This is Rietveld 408576698