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

Unified Diff: chrome/browser/ui/browser.h

Issue 16162003: Introduce content::PageState (again). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index d239b2ac569114c651f1c575676423cab92f3123..a8f7331a6ab3d7de34c8e98edf232bba6b376642 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -71,6 +71,7 @@ class UnloadController;
namespace content {
class NavigationController;
+class PageState;
class SessionStorageNamespace;
}
@@ -554,7 +555,7 @@ class Browser : public TabStripModelObserver,
virtual void ViewSourceForFrame(
content::WebContents* source,
const GURL& frame_url,
- const std::string& frame_content_state) OVERRIDE;
+ const content::PageState& frame_page_state) OVERRIDE;
virtual void ShowRepostFormWarningDialog(
content::WebContents* source) OVERRIDE;
virtual bool ShouldCreateWebContents(

Powered by Google App Engine
This is Rietveld 408576698