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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE Created 4 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
index c7f7e8252a2fbca65e750cba9fccd62e3bff1675..d81f7400f55a9c65ab900fa9444734193f5bbc57 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
@@ -93,7 +93,8 @@ class DataReductionProxyConfig
// of the |DataReductionProxyConfig| instance, with the exception of
// |config_values| which is owned by |this|. |event_creator| is used for
// logging the start and end of a secure proxy check; |net_log| is used to
- // create a net::BoundNetLog for correlating the start and end of the check.
+ // create a net::NetLogWithSource for correlating the start and end of the
+ // check.
// |config_values| contains the Data Reduction Proxy configuration values.
// |configurator| is the target for a configuration update.
DataReductionProxyConfig(
@@ -332,7 +333,7 @@ class DataReductionProxyConfig
// phases of a given secure proxy check, and a new one is created for each
// secure proxy check (with |net_log_| as a parameter).
net::NetLog* net_log_;
- net::BoundNetLog bound_net_log_;
+ net::NetLogWithSource bound_net_log_;
// The caller must ensure that the |configurator_| outlives this instance.
DataReductionProxyConfigurator* configurator_;

Powered by Google App Engine
This is Rietveld 408576698