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

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

Issue 903213003: Enable QUIC for proxies based on Finch config and command line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed formatting Created 5 years, 10 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_settings.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
index 911668705fed33cf74bf7068c2e001c537e635ec..d4a8b179a47dbfb0082545cb4e7757ce894caaac 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
@@ -87,6 +87,9 @@ class DataReductionProxySettings
net::NetLog* net_log,
DataReductionProxyEventStore* event_store);
+ // Sets DataReductionProxy params.
bengr 2015/02/11 23:57:28 Say that params() must be non-null.
tbansal1 2015/02/12 02:27:21 Done.
+ void EnableQUIC(bool quic_enabled_for_proxies);
bengr 2015/02/11 23:57:28 EnableQuic, as per rch's recommendation and rename
tbansal1 2015/02/12 02:27:21 Done.
+
// Sets the |statistics_prefs_| to be used for data reduction proxy pref reads
// and writes.
void SetDataReductionProxyStatisticsPrefs(

Powered by Google App Engine
This is Rietveld 408576698