| Index: chrome/browser/page_info_window.h
|
| ===================================================================
|
| --- chrome/browser/page_info_window.h (revision 57037)
|
| +++ chrome/browser/page_info_window.h (working copy)
|
| @@ -24,6 +24,12 @@
|
| 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_
|
|
|