| Index: chrome/browser/first_run/first_run_internal_posix.cc
|
| diff --git a/chrome/browser/first_run/first_run_internal_posix.cc b/chrome/browser/first_run/first_run_internal_posix.cc
|
| index b69fdd28fbd30655dfe3214419649b08f7af93db..af21fffbceb4cce12bec7810646ec15ea5d0924c 100644
|
| --- a/chrome/browser/first_run/first_run_internal_posix.cc
|
| +++ b/chrome/browser/first_run/first_run_internal_posix.cc
|
| @@ -37,14 +37,6 @@ void DoPostImportPlatformSpecificTasks(Profile* profile) {
|
| startup_metric_utils::SetNonBrowserUIDisplayed();
|
| }
|
| }
|
| -
|
| - // If stats reporting was turned on by the first run dialog then toggle
|
| - // the pref (on Windows, the download is tagged with enable/disable stats so
|
| - // this is POSIX-specific).
|
| - if (GoogleUpdateSettings::GetCollectStatsConsent()) {
|
| - g_browser_process->local_state()->SetBoolean(
|
| - metrics::prefs::kMetricsReportingEnabled, true);
|
| - }
|
| #endif
|
| }
|
|
|
|
|