Disable-metrics-on-all-I-O-threads.patch 850 B

1234567891011121314151617181920212223
  1. From: csagan5 <32685696+csagan5@users.noreply.github.com>
  2. Date: Wed, 25 Apr 2018 10:23:51 +0200
  3. Subject: Disable metrics on all I/O threads
  4. ---
  5. chrome/browser/browser_process_impl.cc | 2 +-
  6. 1 file changed, 1 insertion(+), 1 deletion(-)
  7. diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
  8. --- a/chrome/browser/browser_process_impl.cc
  9. +++ b/chrome/browser/browser_process_impl.cc
  10. @@ -989,7 +989,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySimple* registry) {
  11. #endif // BUILDFLAG(IS_CHROMEOS_ASH)
  12. registry->RegisterBooleanPref(metrics::prefs::kMetricsReportingEnabled,
  13. - GoogleUpdateSettings::GetCollectStatsConsent());
  14. + false);
  15. registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true);
  16. }
  17. --
  18. 2.20.1