diff options
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, |