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

Unified Diff: chrome/browser/tab_contents/background_contents.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: chrome/browser/tab_contents/background_contents.h
===================================================================
--- chrome/browser/tab_contents/background_contents.h (revision 118952)
+++ chrome/browser/tab_contents/background_contents.h (working copy)
@@ -16,7 +16,10 @@
#include "webkit/glue/window_open_disposition.h"
class Profile;
+
+namespace content {
class SiteInstance;
+};
// This class consumes TabContents. It can host a renderer, but does not
// have any visible display.
@@ -38,7 +41,7 @@
virtual ~Delegate() {}
};
- BackgroundContents(SiteInstance* site_instance,
+ BackgroundContents(content::SiteInstance* site_instance,
int routing_id,
Delegate* delegate);
virtual ~BackgroundContents();
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_view_host_observer.cc ('k') | chrome/browser/tab_contents/background_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698