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

Unified Diff: chrome/browser/net/chrome_network_delegate.cc

Issue 1355893004: Complete the layered architecture of data_use_measurement component. Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Created 5 years, 3 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/net/chrome_network_delegate.cc
diff --git a/chrome/browser/net/chrome_network_delegate.cc b/chrome/browser/net/chrome_network_delegate.cc
index 289cd33d57aa98d589cc472d29043b61fd07d8eb..2c10988df08edc47f4744b6cfa654b7d748636e9 100644
--- a/chrome/browser/net/chrome_network_delegate.cc
+++ b/chrome/browser/net/chrome_network_delegate.cc
@@ -293,8 +293,10 @@ ChromeNetworkDelegate::ChromeNetworkDelegate(
#endif
domain_reliability_monitor_(NULL),
experimental_web_platform_features_enabled_(
- base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableExperimentalWebPlatformFeatures)) {
+ base::CommandLine::ForCurrentProcess()
+ ->HasSwitch(switches::kEnableExperimentalWebPlatformFeatures)),
+ data_use_measurement_(
+ new data_use_measurement::DataUseMeasurementDelegateImp()) {
DCHECK(enable_referrers);
extensions_delegate_.reset(
ChromeExtensionsNetworkDelegate::Create(event_router));
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.h ('k') | components/data_use_measurement/content/data_use_measurement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698