| Index: chrome/browser/gtk/options/options_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/options/options_window_gtk.cc (revision 17108)
|
| +++ chrome/browser/gtk/options/options_window_gtk.cc (working copy)
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/common/pref_member.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/pref_service.h"
|
| +#include "chrome/installer/util/google_update_settings.h"
|
| #ifdef CHROME_PERSONALIZATION
|
| #include "chrome/personalization/personalization.h"
|
| #endif
|
| @@ -207,6 +208,7 @@
|
| TRUE);
|
| g_browser_process->local_state()->SetBoolean(prefs::kMetricsReportingEnabled,
|
| logging);
|
| + GoogleUpdateSettings::SetCollectStatsConsent(logging);
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|