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

Unified Diff: content/public/browser/web_contents.h

Issue 14985014: Introduce content::PageState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compilation issues. Created 7 years, 7 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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index a5403bf19667bccba75bc27ccda2009c4e5a1d83..002f279ecf27d6349c0b874e7feddbdd623eb10b 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -38,6 +38,7 @@ namespace content {
class BrowserContext;
class InterstitialPage;
+class PageState;
class RenderProcessHost;
class RenderViewHost;
class RenderWidgetHostView;
@@ -375,7 +376,7 @@ class WebContents : public PageNavigator,
virtual void ViewSource() = 0;
virtual void ViewFrameSource(const GURL& url,
- const std::string& content_state)= 0;
+ const PageState& page_state)= 0;
// Gets the minimum/maximum zoom percent.
virtual int GetMinimumZoomPercent() const = 0;

Powered by Google App Engine
This is Rietveld 408576698