summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/browser_dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/browser_dialogs.h')
-rw-r--r--chrome/browser/ui/views/browser_dialogs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
index 3a0a464..f178371 100644
--- a/chrome/browser/ui/views/browser_dialogs.h
+++ b/chrome/browser/ui/views/browser_dialogs.h
@@ -26,6 +26,7 @@ class TabContentsWrapper;
class TemplateURL;
namespace content {
+class PageNavigator;
struct SSLStatus;
}
@@ -62,7 +63,8 @@ void ShowPageInfoBubble(views::View* anchor_view,
Profile* profile,
const GURL& url,
const content::SSLStatus& ssl,
- bool show_history);
+ bool show_history,
+ content::PageNavigator* navigator);
// Shows the about dialog. See AboutChromeView.
views::Widget* ShowAboutChromeView(gfx::NativeWindow parent,