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

Unified Diff: chrome/browser/profiles/profile_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: MAD comment 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_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index f1451544737f6d4dfc4d05aa1e665fade4a6f288..854c7f0fe52391f3ba133d63ba09e73233971b70 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -439,6 +439,7 @@ void ProfileIOData::LazyInitialize() const {
url_blacklist_manager_.get(),
profile_params_->profile,
profile_params_->cookie_settings,
+ profile_params_->is_incognito,
&enable_referrers_));
fraudulent_certificate_reporter_.reset(

Powered by Google App Engine
This is Rietveld 408576698