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

Unified Diff: chrome/browser/tab_contents/render_view_host_delegate_helper.h

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h
===================================================================
--- chrome/browser/tab_contents/render_view_host_delegate_helper.h (revision 110571)
+++ chrome/browser/tab_contents/render_view_host_delegate_helper.h (working copy)
@@ -20,7 +20,6 @@
class BackgroundContents;
class Profile;
-class RenderProcessHost;
class RenderViewHost;
class RenderViewHostDelegate;
class RenderWidgetHost;
@@ -31,6 +30,7 @@
namespace content {
class BrowserContext;
+class RenderProcessHost;
}
// Provides helper methods that provide common implementations of some
@@ -57,10 +57,10 @@
// GetCreatedWidget.
RenderWidgetHostView* CreateNewWidget(int route_id,
WebKit::WebPopupType popup_type,
- RenderProcessHost* process);
+ content::RenderProcessHost* process);
RenderWidgetHostView* CreateNewFullscreenWidget(
- int route_id, RenderProcessHost* process);
+ int route_id, content::RenderProcessHost* process);
// Finds the new RenderWidgetHost and returns it. Note that this can only be
// called once as this call also removes it from the internal map.
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | chrome/browser/tab_contents/render_view_host_delegate_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698