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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_params.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
Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
index 1cdc84ebd90d3bd65f6689825c2c083187a74342..d9a82a7c4cb046aea9bbb09409e66ce673ea84c5 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
@@ -70,6 +70,10 @@ bool IsIncludedInLoFiControlFieldTrial();
// trial.
bool IsIncludedInLoFiPreviewFieldTrial();
+// Returns true if this client is part of the field trial that should enable
+// server experiments for the data reduction proxy.
+bool IsIncludedInServerExperimentsFieldTrial();
+
// Returns true if this client is part of the tamper detection experiment.
bool IsIncludedInTamperDetectionExperiment();

Powered by Google App Engine
This is Rietveld 408576698