diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-19 07:37:12 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-19 07:37:12 +0000 |
commit | 4d67720512d8cf6b92d350a86f3fbacff45b4c75 (patch) | |
tree | ecadf3bd24c2d2d366bf4afb95c540bfc850297d /chrome/test | |
parent | d5102ee4076aa42ef3797fd276b5190afb8a8141 (diff) | |
download | chromium_src-4d67720512d8cf6b92d350a86f3fbacff45b4c75.zip chromium_src-4d67720512d8cf6b92d350a86f3fbacff45b4c75.tar.gz chromium_src-4d67720512d8cf6b92d350a86f3fbacff45b4c75.tar.bz2 |
Relanding the the refactoring the page info to have a model.
BUG=None
TEST=Make sure clicking the lock/warning icon when visiting a HTTPS page brings the page info and that it reports the correct info. Also check that the "Page/Frame info" right click menu works as well.
TBR=ben
Review URL: http://codereview.chromium.org/155753
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/test_browser_window.h | 5 |
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() {} |