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

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

Issue 2366893002: net: address review comments for NetLogWithSource renaming (Closed)
Patch Set: 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 970c64d0077e3fff156119cc5a1c2dbb89b00574..fcf30e1418467153a5489cada64826193633ce0e 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
@@ -94,9 +94,8 @@ class DataReductionProxyConfig
// |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::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.
+ // check. |config_values| contains the Data Reduction Proxy configuration
+ // values. |configurator| is the target for a configuration update.
DataReductionProxyConfig(
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
net::NetLog* net_log,
@@ -329,10 +328,9 @@ class DataReductionProxyConfig
// The caller must ensure that the |net_log_|, if set, outlives this instance.
// It is used to create new instances of |net_log_with_source_| on secure
- // proxy
- // checks. |net_log_with_source_| permits the correlation of the begin and end
- // phases of a given secure proxy check, and a new one is created for each
- // secure proxy check (with |net_log_| as a parameter).
+ // proxy checks. |net_log_with_source_| permits the correlation of the begin
+ // and end 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::NetLogWithSource net_log_with_source_;
« no previous file with comments | « chrome/browser/devtools/devtools_network_transaction.h ('k') | extensions/browser/extension_throttle_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698