summaryrefslogtreecommitdiffstats
path: root/chrome/browser/page_info_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/page_info_window.h')
-rw-r--r--chrome/browser/page_info_window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/page_info_window.h b/chrome/browser/page_info_window.h
index d000acd..497f2ea 100644
--- a/chrome/browser/page_info_window.h
+++ b/chrome/browser/page_info_window.h
@@ -24,6 +24,12 @@ void ShowPageInfo(gfx::NativeWindow parent,
const NavigationEntry::SSLStatus& ssl,
bool show_history);
+void ShowPageInfoBubble(gfx::NativeWindow parent,
+ Profile* profile,
+ const GURL& url,
+ const NavigationEntry::SSLStatus& ssl,
+ bool show_history);
+
} // namespace browser
#endif // CHROME_BROWSER_PAGE_INFO_WINDOW_H_