diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 23:01:07 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 23:01:07 +0000 |
commit | adfe188f467fda2936b1a051dff5280afefc5a13 (patch) | |
tree | 7912d2718ec605eee30c2c924ccd1a1f43752e68 /chrome/test/test_location_bar.h | |
parent | 1de282c6e1cfbe4fed87babe242262b2d72330ff (diff) | |
download | chromium_src-adfe188f467fda2936b1a051dff5280afefc5a13.zip chromium_src-adfe188f467fda2936b1a051dff5280afefc5a13.tar.gz chromium_src-adfe188f467fda2936b1a051dff5280afefc5a13.tar.bz2 |
Add new search engine dialog for first run process.
BUG= 37564
TEST= start Chrome with --first-run enabled -- you should see a new search engine selection dialog.
Review URL: http://codereview.chromium.org/1586005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/test_location_bar.h')
-rw-r--r-- | chrome/test/test_location_bar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/test_location_bar.h b/chrome/test/test_location_bar.h index 131af32..4c19d8d 100644 --- a/chrome/test/test_location_bar.h +++ b/chrome/test/test_location_bar.h @@ -5,6 +5,7 @@ #ifndef CHROME_TEST_TEST_LOCATION_BAR_H_ #define CHROME_TEST_TEST_LOCATION_BAR_H_ +#include "chrome/browser/first_run.h" #include "chrome/browser/location_bar.h" #include "chrome/common/page_transition_types.h" #include "webkit/glue/window_open_disposition.h" @@ -27,7 +28,7 @@ class TestLocationBar : public LocationBar { } // Overridden from LocationBar: - virtual void ShowFirstRunBubble(bool use_OEM_bubble) {} + virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) {} virtual std::wstring GetInputString() const { return input_string_; } virtual WindowOpenDisposition GetWindowOpenDisposition() const { return disposition_; |