| Index: chrome/browser/ui/panels/panel_browser_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_window.h (revision 142088)
|
| +++ chrome/browser/ui/panels/panel_browser_window.h (working copy)
|
| @@ -112,7 +112,7 @@
|
| virtual void UserChangedTheme() OVERRIDE;
|
| virtual int GetExtraRenderViewHeight() const OVERRIDE;
|
| virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE;
|
| - virtual void ShowPageInfo(Profile* profile,
|
| + virtual void ShowPageInfo(TabContents* tab_contents,
|
| const GURL& url,
|
| const content::SSLStatus& ssl,
|
| bool show_history) OVERRIDE;
|
|
|