diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 21:06:31 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 21:06:31 +0000 |
commit | 37d780293564b0c6178a4bfa25de302e3e5834d4 (patch) | |
tree | 7dd0e6e09da4c02417905b2ddbba7ee0b08bd67b /chrome/browser/location_bar.h | |
parent | c9d01f92e082319a59215e2e812ca94168704695 (diff) | |
download | chromium_src-37d780293564b0c6178a4bfa25de302e3e5834d4.zip chromium_src-37d780293564b0c6178a4bfa25de302e3e5834d4.tar.gz chromium_src-37d780293564b0c6178a4bfa25de302e3e5834d4.tar.bz2 |
rollback of r 162411
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r-- | chrome/browser/location_bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h index 218f65c..70a06d5 100644 --- a/chrome/browser/location_bar.h +++ b/chrome/browser/location_bar.h @@ -22,7 +22,7 @@ class TabContents; class LocationBar { public: // Shows the first run information bubble anchored to the location bar. - virtual void ShowFirstRunBubble(bool use_OEM_bubble) = 0; + virtual void ShowFirstRunBubble() = 0; // Returns the string of text entered in the location bar. virtual std::wstring GetInputString() const = 0; |