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

Unified Diff: chrome/browser/ui/browser.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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 6cc607982dc7c8668f2a83fe58d0fa58d4380bc1..1f382b8a3933f49e80b99f4afabd5e4a9cb9324a 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