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

Unified Diff: chrome/browser/first_run/first_run_win.cc

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/first_run/first_run_mac.mm ('k') | chrome/browser/google/google_update_settings_unittest.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_win.cc
diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
index 2017bcabce09777dbf388c770fcaf2c0f2eb9d2f..4edb867ef370e9e5b764aef256773499cb3d3fc9 100644
--- a/chrome/browser/first_run/first_run_win.cc
+++ b/chrome/browser/first_run/first_run_win.cc
@@ -444,8 +444,6 @@ void AutoImport(
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) {
#if !defined(USE_AURA)
@@ -463,8 +461,6 @@ void AutoImport(
internal::AutoImportPlatformCommon(importer_host, profile, homepage_defined,
import_items, dont_import_items,
- search_engine_experiment,
- randomize_search_engine_experiment,
make_chrome_default);
process_singleton->Unlock();
« no previous file with comments | « chrome/browser/first_run/first_run_mac.mm ('k') | chrome/browser/google/google_update_settings_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698