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

Unified Diff: components/component_updater/component_updater_url_constants.cc

Issue 2654033009: Update component updater URLs. (Closed)
Patch Set: Created 3 years, 11 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/component_updater/component_updater_url_constants.cc
diff --git a/components/component_updater/component_updater_url_constants.cc b/components/component_updater/component_updater_url_constants.cc
index c762cc91d9bef5ca0f0817f66887b68ccc4b1116..754f83394e15b2bccb4475dbf5606e2844a74447 100644
--- a/components/component_updater/component_updater_url_constants.cc
+++ b/components/component_updater/component_updater_url_constants.cc
@@ -18,4 +18,9 @@ const char kUpdaterDefaultUrl[] = "https://clients2.google.com/service/update2";
const char kUpdaterFallbackUrl[] = "http://clients2.google.com/service/update2";
+const char kUpdaterDefaultUrlAlt[] =
rkaplow 2017/01/27 17:28:38 nit, I'd call it it AltUrl so it ends with Url but
waffles 2017/01/27 18:14:36 I see the point but I have a preference to just ad
+ "https://update.googleapis.com/service/update2";
+
+const char kUpdaterFallbackUrlAlt[] =
+ "http://update.googleapis.com/service/update2";
} // namespace component_updater
« no previous file with comments | « components/component_updater/component_updater_url_constants.h ('k') | components/component_updater/configurator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698