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

Unified Diff: chrome/browser/first_run/first_run.h

Issue 9285002: Remove the first-run search engine dialog/ballot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 11 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/first_run/first_run.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 0d20014cf65af56573a6049b2a4e770c75c73fac..0d255b19ac49e0d52e0e50ba9f80414571a3d0d8 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -65,9 +65,6 @@ bool SetShowWelcomePagePref();
// Returns false if the pref could not be set.
bool SetPersonalDataManagerFirstRunPref();
-// Whether the search engine selection dialog should be shown on first run.
-bool ShouldShowSearchEngineSelector(const TemplateURLService* model);
-
// -- Platform-specific functions --
// Automatically import history and home page (and search engine, if
@@ -76,8 +73,6 @@ void AutoImport(Profile* profile,
bool homepage_defined,
int import_items,
int dont_import_items,
- bool search_engine_experiment,
- bool randomize_search_engine_experiment,
bool make_chrome_default,
ProcessSingleton* process_singleton);
@@ -112,8 +107,6 @@ class FirstRun {
bool homepage_defined;
int do_import_items;
int dont_import_items;
- bool run_search_engine_experiment;
- bool randomize_search_engine_experiment;
bool make_chrome_default;
std::vector<GURL> new_tabs;
std::vector<GURL> bookmarks;
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/first_run/first_run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698