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 1ca52382cc961c793c10594b103739687e404477..81329017ea49f7403a9d7cf42f25f15d7c471546 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 |
@@ -55,5 +55,9 @@ const char kEnableDataReductionProxyAlt[] = "enable-data-reduction-proxy-alt"; |
const char kEnableDataReductionProxyLoFi[] = |
"enable-data-reduction-proxy-lo-fi"; |
+// Enable the data reduction proxy bypass warning. |
+const char kEnableDataReductionProxyBypassWarning[] = |
+ "enable-data-reduction-proxy-bypass-warning"; |
+ |
} // namespace switches |
} // namespace data_reduction_proxy |