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

Unified Diff: components/precache/precache_defines.gypi

Issue 435303006: Change precache URLs to https (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/precache/precache_defines.gypi
diff --git a/components/precache/precache_defines.gypi b/components/precache/precache_defines.gypi
index 2f3a26b1b21c368287fa0d1891c6bfe444c18fb5..82f611e07c0cdaf38dba08a1ed71b7a12995f469 100644
--- a/components/precache/precache_defines.gypi
+++ b/components/precache/precache_defines.gypi
@@ -6,8 +6,8 @@
'variables': {
# These values are duplicated in the GN build in:
# //components/precache/core:precache_config
- 'precache_config_settings_url%': 'http://www.gstatic.com/chrome/wifiprefetch/precache_config',
- 'precache_manifest_url_prefix%': 'http://www.gstatic.com/chrome/wifiprefetch/precache_manifest_',
+ 'precache_config_settings_url%': 'https://www.gstatic.com/chrome/wifiprefetch/precache_config',
+ 'precache_manifest_url_prefix%': 'https://www.gstatic.com/chrome/wifiprefetch/precache_manifest_',
},
'conditions': [
['precache_config_settings_url != ""', {
« 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