Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: chrome/browser/views/first_run_view_base.h

Issue 2808006: Allow randomized search engines in selection dialog.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/views/first_run_view_base.h
===================================================================
--- chrome/browser/views/first_run_view_base.h (revision 49796)
+++ chrome/browser/views/first_run_view_base.h (working copy)
@@ -30,7 +30,8 @@
public:
explicit FirstRunViewBase(Profile* profile, bool homepage_defined,
int import_items, int dont_import_items,
- bool search_engine_experiment);
+ bool search_engine_experiment,
+ bool randomize_search_engine_experiment);
virtual ~FirstRunViewBase();
// Overridden from views::View.
@@ -94,6 +95,7 @@
int import_items_;
int dont_import_items_;
bool search_engine_experiment_;
+ bool randomize_search_engine_experiment_;
private:
// Initializes the controls on the dialog.

Powered by Google App Engine
This is Rietveld 408576698