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

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

Issue 1871783002: Remove the Data Reduction Proxy TLS experiment code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tbansal comments Created 4 years, 8 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_io_data.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
index f81e0cbdb46ca192d4080b7296eb4f6d9fd10958..2fa33caa7bd4f7cb006b351d2978959e55736f85 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
@@ -216,8 +216,7 @@ class DataReductionProxyIOData : public DataReductionProxyEventStorageDelegate {
// Setter of the Data Reduction Proxy-specific proxy configuration.
scoped_ptr<DataReductionProxyConfigurator> configurator_;
- // A proxy delegate. Used, for example, to add authentication to HTTP CONNECT
- // request.
+ // A proxy delegate. Used, for example, for Data Reduction Proxy resolution.
scoped_ptr<DataReductionProxyDelegate> proxy_delegate_;
// Data Reduction Proxy objects with a UI based lifetime.

Powered by Google App Engine
This is Rietveld 408576698