summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab_container.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-12 23:10:41 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-12 23:10:41 +0000
commit21e302e7fa304b061e67ba773a0dec4c4413c4b0 (patch)
treea4d59a9932e9d52479e36ca23a2f1d2878fc4cca /chrome/browser/external_tab_container.h
parentddb150c979fd01fcef2ce5a6c02a319f8b6213e2 (diff)
downloadchromium_src-21e302e7fa304b061e67ba773a0dec4c4413c4b0.zip
chromium_src-21e302e7fa304b061e67ba773a0dec4c4413c4b0.tar.gz
chromium_src-21e302e7fa304b061e67ba773a0dec4c4413c4b0.tar.bz2
Support the View Page Info option in the ExternalTabContainer, which would allow this to work in external
automation clients. This fixes bug http://b/issue?id=2093098 Bug=2093098 Review URL: http://codereview.chromium.org/192080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/external_tab_container.h')
-rw-r--r--chrome/browser/external_tab_container.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/external_tab_container.h b/chrome/browser/external_tab_container.h
index 647d36f..e32d0ad 100644
--- a/chrome/browser/external_tab_container.h
+++ b/chrome/browser/external_tab_container.h
@@ -125,6 +125,11 @@ class ExternalTabContainer : public TabContentsDelegate,
virtual bool TakeFocus(bool reverse);
+ virtual void ShowPageInfo(Profile* profile,
+ const GURL& url,
+ const NavigationEntry::SSLStatus& ssl,
+ bool show_history);
+
// Overridden from NotificationObserver:
virtual void Observe(NotificationType type,
const NotificationSource& source,