Index: content/browser/mock_content_browser_client.h |
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h |
index b4715524bcec600d9c95e01b26a110261baf3a37..9f7b214eaa83a09d808f35625b79f3facb617c53 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -18,6 +18,7 @@ class MockContentBrowserClient : public ContentBrowserClient { |
virtual void RenderViewHostCreated( |
RenderViewHost* render_view_host) OVERRIDE; |
+ virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE; |
virtual void BrowserRenderProcessHostCreated( |
BrowserRenderProcessHost* host) OVERRIDE; |
virtual void PluginProcessHostCreated(PluginProcessHost* host) OVERRIDE; |