| 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(
|
|
|