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

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

Issue 775773002: Add data reduction proxy debug info to net-internals#bandwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 04dbdf2f08675a2589d2f0052cfc43b596f92186..d9e1f89b66a889c044306a0b7797099f15d9f577 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -463,6 +463,8 @@ void ProfileImplIOData::InitializeInternal(
base::Bind(
&DataReductionProxyChromeConfigurator::GetProxyConfigOnIOThread,
base::Unretained(data_reduction_proxy_chrome_configurator())));
+ network_delegate()->set_data_reduction_proxy_event_store(
+ data_reduction_proxy_event_store());
network_delegate()->set_predictor(predictor_.get());
// Initialize context members.

Powered by Google App Engine
This is Rietveld 408576698