Index: chrome/browser/ui/views/browser_dialogs.h |
=================================================================== |
--- chrome/browser/ui/views/browser_dialogs.h (revision 138673) |
+++ chrome/browser/ui/views/browser_dialogs.h (working copy) |
@@ -26,6 +26,7 @@ |
class TemplateURL; |
namespace content { |
+class PageNavigator; |
struct SSLStatus; |
} |
@@ -62,7 +63,8 @@ |
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, |