diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-16 10:29:45 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-16 10:29:45 +0000 |
commit | fa6dbb2dc3daadc84f5ca66404386b80887f737d (patch) | |
tree | fba7cef3cb765484e95b3a43ce361c9543a1e617 /chrome/browser/page_info_window.h | |
parent | 3afa7bc3858e305efef41a9afdb7bab0fe586157 (diff) | |
download | chromium_src-fa6dbb2dc3daadc84f5ca66404386b80887f737d.zip chromium_src-fa6dbb2dc3daadc84f5ca66404386b80887f737d.tar.gz chromium_src-fa6dbb2dc3daadc84f5ca66404386b80887f737d.tar.bz2 |
Remove the old SSL Page Info dialog from Win/Gtk. It has been replaced with the PageInfoBubble so it is not in use anymore.
BUG=59030
TEST=None
Review URL: http://codereview.chromium.org/3830001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62857 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, |