| 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));
|
|
|