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

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

Issue 491753003: Domain Reliability: Don't upload when metrics reporting is off. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Block uploads in uploader, not dispatcher Created 6 years, 4 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 d5abd724395ce3ac4a7472a3d0e4778723d47767..f98cc70abe3c233cee287843e5ff59aa31642718 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -598,7 +598,7 @@ void ProfileImplIOData::InitializeInternal(
details));
if (domain_reliability_monitor_) {
- domain_reliability_monitor_->Init(
+ domain_reliability_monitor_->InitURLRequestContext(
main_context,
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
domain_reliability_monitor_->AddBakedInConfigs();

Powered by Google App Engine
This is Rietveld 408576698