Index: chrome/browser/chrome_content_browser_client.h |
=================================================================== |
--- chrome/browser/chrome_content_browser_client.h (revision 78583) |
+++ chrome/browser/chrome_content_browser_client.h (working copy) |
@@ -12,9 +12,9 @@ |
class ChromeContentBrowserClient : public content::ContentBrowserClient { |
public: |
- virtual void OnRenderViewCreation(RenderViewHost* render_view_host, |
- Profile* profile, |
- const GURL& url); |
+ virtual void PreCreateRenderView(RenderViewHost* render_view_host, |
+ Profile* profile, |
+ const GURL& url); |
}; |
} // namespace chrome |