diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index e974f8e..67e7ccd 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -26,6 +26,7 @@ #include "chrome/browser/tab_contents/constrained_window.h" #include "chrome/browser/tab_contents/infobar_delegate.h" #include "chrome/browser/tab_contents/navigation_controller.h" +#include "chrome/browser/tab_contents/navigation_entry.h" #include "chrome/browser/tab_contents/page_navigator.h" #include "chrome/browser/tab_contents/render_view_host_manager.h" #include "chrome/common/gears_api.h" @@ -327,6 +328,11 @@ class TabContents : public PageNavigator, // Tell Gears to create a shortcut for the current page. void CreateShortcut(); + // Shows the page info. + void ShowPageInfo(const GURL& url, + const NavigationEntry::SSLStatus& ssl, + bool show_history); + // Window management --------------------------------------------------------- #if defined(OS_WIN) || defined(OS_LINUX) |