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

Unified Diff: chrome/browser/component_updater/crx_update_item.h

Issue 118703008: Merge 241734 "Added support for multiple urls in the component u..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 7 years 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: chrome/browser/component_updater/crx_update_item.h
===================================================================
--- chrome/browser/component_updater/crx_update_item.h (revision 242136)
+++ chrome/browser/component_updater/crx_update_item.h (working copy)
@@ -79,9 +79,9 @@
base::Time last_check;
- // The url the full and differential update CRXs are downloaded from.
- GURL crx_url;
- GURL diff_crx_url;
+ // A component can be made available for download from several urls.
+ std::vector<GURL> crx_urls;
+ std::vector<GURL> crx_diffurls;
// The from/to version and fingerprint values.
Version previous_version;

Powered by Google App Engine
This is Rietveld 408576698