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

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: Add comments to the top of page_state.h 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 5a3c2d3e138a9dbe4b82d49b84e7d78abb3c826d..caaee98c78a1a5f8b0ed927d773b18758906614b 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;
@@ -389,7 +390,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