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) {} |