diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 00:45:39 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 00:45:39 +0000 |
commit | 836832603ab41fe89b147152eab34c520867c7b8 (patch) | |
tree | 215787733a84491036e599a847fb65c4bce7d2cf /chrome/browser/browser_window.h | |
parent | 832e469e8a6ef16f172103f30b25d9748c21a6e1 (diff) | |
download | chromium_src-836832603ab41fe89b147152eab34c520867c7b8.zip chromium_src-836832603ab41fe89b147152eab34c520867c7b8.tar.gz chromium_src-836832603ab41fe89b147152eab34c520867c7b8.tar.bz2 |
Reverting 21032.
It breaks the release build on Windows.
TBR=ben
Review URL: http://codereview.chromium.org/155736
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index ae07777..ffbcbe1 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -6,7 +6,6 @@ #define CHROME_BROWSER_BROWSER_WINDOW_H_ #include "base/gfx/native_widget_types.h" -#include "chrome/browser/tab_contents/navigation_entry.h" class Browser; class BrowserWindowTesting; @@ -221,16 +220,6 @@ class BrowserWindow { // on the page). virtual void TabContentsFocused(TabContents* tab_contents) = 0; - // Shows the page info using the specified information. - // |url| is the url of the page/frame the info applies to, |ssl| is the SSL - // information for that page/frame. If |show_history| is true, a section - // showing how many times that URL has been visited is added to the page info. - virtual void ShowPageInfo(gfx::NativeView parent, - Profile* profile, - const GURL& url, - const NavigationEntry::SSLStatus& ssl, - bool show_history) = 0; - // Construct a BrowserWindow implementation for the specified |browser|. static BrowserWindow* CreateBrowserWindow(Browser* browser); |