| Index: chrome/test/base/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/base/test_browser_window.h (revision 142088)
|
| +++ chrome/test/base/test_browser_window.h (working copy)
|
| @@ -114,7 +114,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(content::WebContents* web_contents,
|
| const GURL& url,
|
| const content::SSLStatus& ssl,
|
| bool show_history) OVERRIDE {}
|
|
|