summaryrefslogtreecommitdiffstats
path: root/chrome/browser/page_info_window.h
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-24 09:05:36 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-24 09:05:36 +0000
commitf3864e6b60923a9ab5eb8813b940d10acbb03cf0 (patch)
treee34b169aa1a87dc942e26027f279f983d56d8c95 /chrome/browser/page_info_window.h
parent9c92e0266661496420c8ac95eeb3947974de7f6b (diff)
downloadchromium_src-f3864e6b60923a9ab5eb8813b940d10acbb03cf0.zip
chromium_src-f3864e6b60923a9ab5eb8813b940d10acbb03cf0.tar.gz
chromium_src-f3864e6b60923a9ab5eb8813b940d10acbb03cf0.tar.bz2
First pass at convert the SSL dialogs into InfoBubbles.
This just converts it from being a dialog to being a bubble, with no significant changes to the content. This is only active on Windows, so I'm leaving the old dialog implementation behind. Known issues: - View certificate not there yet. - Doesn't look exactly like the mocks. BUG=http://crbug.com/52916 TEST=None Review URL: http://codereview.chromium.org/3136027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57158 0039d316-1c4b-4281-b951-d872f2087c98
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_