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

Unified Diff: chrome/browser/extensions/extension_updater.cc

Issue 3040014: Merge 53102 - Disallow syncing of extensions with third-party update URLs or ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 5 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 | chrome/browser/sync/glue/extension_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_updater.cc
===================================================================
--- chrome/browser/extensions/extension_updater.cc (revision 53364)
+++ chrome/browser/extensions/extension_updater.cc (working copy)
@@ -235,7 +235,9 @@
} else if (update_url.is_empty()) {
url_stats_.no_url_count++;
// Fill in default update URL.
- update_url = GURL(extension_urls::kGalleryUpdateURL);
+ //
+ // TODO(akalin): Figure out if we should use the HTTPS version.
+ update_url = GURL(extension_urls::kGalleryUpdateHttpUrl);
} else {
url_stats_.other_url_count++;
}
« no previous file with comments | « no previous file | chrome/browser/sync/glue/extension_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698