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

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: Fixed nits + Added missing file 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 0a4928cebcee0768947ea0c5c3b25fa41e1c3556..3fa48c916621288d3bd67172e4c3a187313d21b9 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -172,6 +172,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