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

Unified Diff: components/component_updater/component_updater_url_constants.h

Issue 1740333002: Allow fallback from https to http for component update checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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.h
diff --git a/components/component_updater/component_updater_url_constants.h b/components/component_updater/component_updater_url_constants.h
index 3195dd8eaaaa1ade84faf425e92c3589db5a8b71..10f3287d35f930174edd82026bd4f151578fb13c 100644
--- a/components/component_updater/component_updater_url_constants.h
+++ b/components/component_updater/component_updater_url_constants.h
@@ -8,6 +8,7 @@
namespace component_updater {
extern const char kUpdaterDefaultUrl[];
+extern const char kUpdaterFallbackUrl[];
} // namespace component_updater

Powered by Google App Engine
This is Rietveld 408576698