From 2381ed2ed0e7560a29fe484d6c79103ca8eafa12 Mon Sep 17 00:00:00 2001 From: "msw@chromium.org" Date: Thu, 26 Jan 2012 04:05:29 +0000 Subject: Remove the first-run search engine dialog/ballot. No changes to the Gtk and Mac first-run (reporting & default browser) dialog. Tested optionally with GYP_DEFINES="branding=Chrome" and "--first-run --organic". Chromium (all platforms): Shows the browser window directly (no dialog). Chrome (Windows): Shows the browser window directly (no dialog). Chrome (Linux and Mac): Shows the first-run (reporting & default browser) dialog before the browser window. TODO(msw): Close crbug.com/111062 for removed test. TODO(msw): Remove search engine icon/image resources (TemplateURL::logo_id_). BUG=107005 TEST=No more standalone search engine selection dialog/ballot, Gtk and Mac first-run dialog works as before. Review URL: http://codereview.chromium.org/9285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119189 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/first_run/first_run_internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/browser/first_run/first_run_internal.h') diff --git a/chrome/browser/first_run/first_run_internal.h b/chrome/browser/first_run/first_run_internal.h index 54d89a0..5f66f3e 100644 --- a/chrome/browser/first_run/first_run_internal.h +++ b/chrome/browser/first_run/first_run_internal.h @@ -77,8 +77,6 @@ void AutoImportPlatformCommon( bool homepage_defined, int import_items, int dont_import_items, - bool search_engine_experiment, - bool randomize_search_engine_experiment, bool make_chrome_default); #endif // !defined(USE_AURA) -- cgit v1.1