Index: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
index bab8af009d439d80957f514681d5ab283bea65de..2386931cdb08f961b4e72e89c616988ea75ea753 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc |
@@ -70,5 +70,9 @@ const char kEnableDataReductionProxyBypassWarning[] = |
const char kClearDataReductionProxyDataSavings[] = |
"clear-data-reduction-proxy-data-savings"; |
+// Enable the data reduction proxy config client. |
+const char kEnableDataReductionProxyConfigClient[] = |
+ "enable-data-reduction-proxy-config-client"; |
+ |
} // namespace switches |
} // namespace data_reduction_proxy |