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

Unified Diff: content/public/browser/web_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
« no previous file with comments | « content/public/browser/site_instance.h ('k') | content/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
===================================================================
--- content/public/browser/web_contents.h (revision 118952)
+++ content/public/browser/web_contents.h (working copy)
@@ -21,7 +21,6 @@
class RenderViewHost;
class RenderWidgetHostView;
class SessionStorageNamespace;
-class SiteInstance;
namespace base {
class PropertyBag;
@@ -44,6 +43,7 @@
class RenderProcessHost;
class WebContentsDelegate;
struct RendererPreferences;
+class SiteInstance;
struct SSLStatus;
// TODO(jam): of course we will have to rename WebContentsView etc to use
// WebContents.
@@ -136,7 +136,8 @@
// The max page ID for any page that the given SiteInstance has loaded in
// this TabContents.
- virtual int32 GetMaxPageIDForSiteInstance(SiteInstance* site_instance) = 0;
+ virtual int32 GetMaxPageIDForSiteInstance(
+ SiteInstance* site_instance) = 0;
// Returns the SiteInstance associated with the current page.
virtual SiteInstance* GetSiteInstance() const = 0;
« no previous file with comments | « content/public/browser/site_instance.h ('k') | content/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698