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

Unified Diff: components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h

Issue 286013002: Added alternative configuration for the data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK fix Created 6 years, 7 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/common/data_reduction_proxy_pref_names.h
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h b/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h
index ed6379cbb91d485cf4fbb9d22ef111346ba2fac2..1d7de443ba73a2b5aa18deaacb288c1d7ba03ef6 100644
--- a/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h
@@ -24,6 +24,7 @@ extern const char kDailyOriginalContentLengthViaDataReductionProxy[];
extern const char kDailyOriginalContentLengthWithDataReductionProxyEnabled[];
extern const char kDataReductionProxy[];
extern const char kDataReductionProxyEnabled[];
+extern const char kDataReductionProxyAltEnabled[];
extern const char kDataReductionProxyWasEnabledBefore[];
extern const char kHttpOriginalContentLength[];
extern const char kHttpReceivedContentLength[];

Powered by Google App Engine
This is Rietveld 408576698