summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/test_browser_window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
index b0bfa9a..71b95a5 100644
--- a/chrome/test/test_browser_window.h
+++ b/chrome/test/test_browser_window.h
@@ -73,6 +73,11 @@ class TestBrowserWindow : public BrowserWindow {
virtual void UserChangedTheme() {}
virtual int GetExtraRenderViewHeight() const { return 0; }
virtual void TabContentsFocused(TabContents* tab_contents) { }
+ virtual void ShowPageInfo(gfx::NativeView parent,
+ Profile* profile,
+ const GURL& url,
+ const NavigationEntry::SSLStatus& ssl,
+ bool show_history) { }
protected:
virtual void DestroyBrowser() {}