Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
index 94da66857263cd15ee00a152a2f896ba98968b0c..01e3fc3bb072c57d4b9e4b3e6fc935a15fea1119 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
@@ -47,7 +47,8 @@ const char kConfigServiceFieldTrial[] = "DataReductionProxyConfigService"; |
const char kConfigServiceURLParam[] = "url"; |
// Default URL for retrieving the Data Reduction Proxy configuration. |
-const char kClientConfigURL[] = "https://datasaver.googleapis.com"; |
+const char kClientConfigURL[] = |
+ "https://datasaver.googleapis.com/v1/clientConfigs"; |
} // namespace |