| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 419c2180d933f99a9105db3bf7a07362a9aef44d..c1e732ef06130818df4aed0a89473fcc3c0c50a1 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(
|
|
|