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

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

Issue 78303005: ContentSettings API should not interact with <webview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small cleanup/refactor 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/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index e862ca97d371680d01b6f429a9e5fbd6cc3b5ac8..e7a7b52bf906996f1739bb1abfb67d39445a3fdf 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -171,6 +171,10 @@ class CONTENT_EXPORT ContentBrowserClient {
// embedder's IPC filters have priority.
virtual void RenderProcessHostCreated(RenderProcessHost* host) {}
+ // Notifies that a RenderView has been created and is ready to receive
+ // messages.
+ virtual void RenderViewReady(RenderViewHost* host) {}
+
// Notifies that a BrowserChildProcessHost has been created.
virtual void BrowserChildProcessHostCreated(BrowserChildProcessHost* host) {}

Powered by Google App Engine
This is Rietveld 408576698