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