summaryrefslogtreecommitdiffstats
path: root/chrome/browser/location_bar.h
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-16 21:40:38 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-16 21:40:38 +0000
commit3e9c89ffd4b0ed52e2f6815fcfb2a1602b4340b1 (patch)
treee795cabe92206ff7bb8ad35dce3d87dc7cd41105 /chrome/browser/location_bar.h
parent37d780293564b0c6178a4bfa25de302e3e5834d4 (diff)
downloadchromium_src-3e9c89ffd4b0ed52e2f6815fcfb2a1602b4340b1.zip
chromium_src-3e9c89ffd4b0ed52e2f6815fcfb2a1602b4340b1.tar.gz
chromium_src-3e9c89ffd4b0ed52e2f6815fcfb2a1602b4340b1.tar.bz2
Recommit for MirandaC of Smaller alternate first run bubble. http://codereview.chromium.org/115265 BUG=9223 TBR=mirandac
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/location_bar.h')
-rw-r--r--chrome/browser/location_bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/location_bar.h b/chrome/browser/location_bar.h
index 70a06d5..218f65c 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() = 0;
+ virtual void ShowFirstRunBubble(bool use_OEM_bubble) = 0;
// Returns the string of text entered in the location bar.
virtual std::wstring GetInputString() const = 0;