diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-21 10:33:26 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-21 10:33:26 +0000 |
commit | 20a4399c3590062532ea186c523a3f70a624967e (patch) | |
tree | 4563e2bc588e776e175d84f6a00927b2c384b7e1 /chrome/browser/page_info_window.h | |
parent | dd984d01fc9bd8c5072a30efe9549e0aed3be8f5 (diff) | |
download | chromium_src-20a4399c3590062532ea186c523a3f70a624967e.zip chromium_src-20a4399c3590062532ea186c523a3f70a624967e.tar.gz chromium_src-20a4399c3590062532ea186c523a3f70a624967e.tar.bz2 |
2nd try: Die SSL dialog. Die!
Now that Ananta has graciously converted ChromeFrame to use the new SSL InfoBubble I can try again to delete the old SSL Page Info dialogs.
TBR=jcivelli
BUG=59030
TEST=None
Review URL: http://codereview.chromium.org/3927003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/page_info_window.h')
-rw-r--r-- | chrome/browser/page_info_window.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/page_info_window.h b/chrome/browser/page_info_window.h index 497f2ea..117510b 100644 --- a/chrome/browser/page_info_window.h +++ b/chrome/browser/page_info_window.h @@ -14,16 +14,6 @@ class GURL; namespace browser { -// Shows the page info using the specified information. -// |url| is the url of the page/frame the info applies to, |ssl| is the SSL -// information for that page/frame. If |show_history| is true, a section -// showing how many times that URL has been visited is added to the page info. -void ShowPageInfo(gfx::NativeWindow parent, - Profile* profile, - const GURL& url, - const NavigationEntry::SSLStatus& ssl, - bool show_history); - void ShowPageInfoBubble(gfx::NativeWindow parent, Profile* profile, const GURL& url, |