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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h

Issue 1839783002: Revert of Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 0e5df1a60afc67f2b8b7a187a5080af39160f456..08d2f0441ce79b00bb50251c77681bc4fd95500d 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
@@ -112,6 +112,9 @@
bool IsDevRolloutEnabled();
std::string GetQuicFieldTrialName();
+
+// Returns the name of the client config field trial.
+std::string GetClientConfigFieldTrialName();
// Returns true if the Data Reduction Proxy config client should be used.
bool IsConfigClientEnabled();
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698