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

Unified Diff: content/browser/renderer_host/test_render_view_host.h

Issue 9146028: Define the public interface for content browser SiteInstance. This interface is implemented by th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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
Index: content/browser/renderer_host/test_render_view_host.h
===================================================================
--- content/browser/renderer_host/test_render_view_host.h (revision 118952)
+++ content/browser/renderer_host/test_render_view_host.h (working copy)
@@ -21,13 +21,13 @@
class BrowserContext;
class NavigationController;
class RenderProcessHostFactory;
+class SiteInstance;
}
namespace gfx {
class Rect;
}
-class SiteInstance;
class TestTabContents;
struct ViewHostMsg_FrameNavigate_Params;
@@ -173,7 +173,7 @@
static TestRenderViewHost* GetPendingForController(
content::NavigationController* controller);
- TestRenderViewHost(SiteInstance* instance,
+ TestRenderViewHost(content::SiteInstance* instance,
content::RenderViewHostDelegate* delegate,
int routing_id);
virtual ~TestRenderViewHost();
@@ -274,7 +274,7 @@
virtual void set_render_process_host_factory(
content::RenderProcessHostFactory* rph_factory);
virtual RenderViewHost* CreateRenderViewHost(
- SiteInstance* instance,
+ content::SiteInstance* instance,
content::RenderViewHostDelegate* delegate,
int routing_id,
SessionStorageNamespace* session_storage) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698