summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_window.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-21 00:15:50 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-21 00:15:50 +0000
commitbb678330f8aeb30f169129dc32ff8fecef60d58e (patch)
tree59784e193346bcf883c664ca0497f3909575e46f /chrome/browser/browser_window.h
parent54dbf3b1b77a3d33f16cc4bf6efc9eec4404d4ef (diff)
downloadchromium_src-bb678330f8aeb30f169129dc32ff8fecef60d58e.zip
chromium_src-bb678330f8aeb30f169129dc32ff8fecef60d58e.tar.gz
chromium_src-bb678330f8aeb30f169129dc32ff8fecef60d58e.tar.bz2
Resurrect toolkit_views build.
Review URL: http://codereview.chromium.org/155797 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r--chrome/browser/browser_window.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h
index ae07777..234b4411 100644
--- a/chrome/browser/browser_window.h
+++ b/chrome/browser/browser_window.h
@@ -225,8 +225,7 @@ class BrowserWindow {
// |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,
+ virtual void ShowPageInfo(Profile* profile,
const GURL& url,
const NavigationEntry::SSLStatus& ssl,
bool show_history) = 0;