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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_params.cc

Issue 607163002: Copy latest data reduction proxy urls to params. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/browser/data_reduction_proxy_params.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc
index d3248cb1bc42b5cf63ceacd937da7873ae6808d0..56768081e4e7c1db84d1119d9c788d4596c5e430 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc
@@ -27,12 +27,12 @@ namespace {
const char kEnabled[] = "Enabled";
const char kDefaultOrigin[] = "https://proxy.googlezip.net:443/";
-const char kDevOrigin[] = "http://proxy-dev.googlezip.net:443/";
+const char kDevOrigin[] = "https://proxy-dev.googlezip.net:443/";
const char kDevFallbackOrigin[] = "http://proxy-dev.googlezip.net:80/";
const char kDefaultFallbackOrigin[] = "http://compress.googlezip.net:80/";
-const char kDefaultSslOrigin[] = "http://ssl.googlezip.net:1043/";
-const char kDefaultAltOrigin[] = "https://proxy.googlezip.net:443/";
-const char kDefaultAltFallbackOrigin[] = "http://compress.googlezip.net:80/";
+const char kDefaultSslOrigin[] = "http://ssl.googlezip.net:443/";
bengr 2014/09/26 18:26:26 Please add a comment about this one that says: //
Not at Google. Contact bengr 2014/09/26 18:28:53 Done.
+const char kDefaultAltOrigin[] = "http://ssl.googlezip.net:80/";
+const char kDefaultAltFallbackOrigin[] = "http://ssl.googlezip.net:80/";
const char kDefaultProbeUrl[] = "http://check.googlezip.net/connect";
const char kDefaultWarmupUrl[] = "http://www.gstatic.com/generate_204";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698