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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

Issue 10108026: Transmit a X-Chrome-UMA-Enabled bit to Google domains from clients that have UMA enabled. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incognito field naming Created 8 years, 8 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
Index: chrome/browser/profiles/profile_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index 96c853f16d27bed7be8ef2ff559fe64407c8434e..c5cd32678cb956ac9b3d38cc118f855cdf44b6bd 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -124,6 +124,9 @@ void ProfileImplIOData::Handle::Init(
local_state,
io_thread,
main_request_context_getter_);
+
+ ChromeNetworkDelegate::InitializeMetricsEnabled(
+ io_data_->enable_metrics(), local_state);
}
base::Callback<ChromeURLDataManagerBackend*(void)>

Powered by Google App Engine
This is Rietveld 408576698