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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc

Issue 2903453003: DataReductionProxy proto change to use exp=force_lite_page directive (Closed)
Patch Set: Adjusted directive terminology to experiment terminology Created 3 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
index ebf24e163367a6158387f63e45f259b1067e8f66..2dc55ff8b81f329f1ff88c2f5e7e2440b1d00147 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc
@@ -116,7 +116,7 @@ void DataReductionProxyRequestOptions::UpdateExperiments() {
experiments_.push_back(experiment_tokenizer.token());
}
} else if (params::AreLitePagesEnabledViaFlags()) {
- experiments_.push_back(chrome_proxy_lite_page_ignore_blacklist());
+ experiments_.push_back(chrome_proxy_force_lite_page_experiment());
} else {
// If no other "exp" directive is forced by flags, add the field trial
// value.
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698