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

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

Issue 2062963003: Add a flag to disable server experiments in DRP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kundaji comments Created 4 years, 6 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.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.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
index 89bbb253199f94c2230eb3112f1d2ce4e82b7d6c..c340a2f9f450027a2ee4c24a26472c7d987c1439 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
@@ -131,7 +131,7 @@ class DataReductionProxyRequestOptions {
void UpdateExperiments();
// Adds the server-side experiment from the field trial.
- void AddExperimentFromFieldTrial();
+ void AddServerExperimentFromFieldTrial();
// Generates a session ID and credentials suitable for authenticating with
// the data reduction proxy.
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698