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

Unified Diff: content/browser/content_browser_client.h

Issue 6708013: Add separate ContentClient interfaces for gpu/plugin/renderer processes. Since we don't have a n... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months 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
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/browser/renderer_host/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/content_browser_client.h
===================================================================
--- content/browser/content_browser_client.h (revision 78583)
+++ content/browser/content_browser_client.h (working copy)
@@ -6,6 +6,8 @@
#define CONTENT_BROWSER_CONTENT_BROWSER_CLIENT_H_
#pragma once
+#include "content/common/content_client.h"
+
class GURL;
class Profile;
class RenderViewHost;
@@ -16,9 +18,9 @@
class ContentBrowserClient {
public:
// Initialize a RenderViewHost before its CreateRenderView method is called.
- 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 content
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/browser/renderer_host/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698