Index: chrome/browser/component_updater/crx_update_item.h |
diff --git a/chrome/browser/component_updater/crx_update_item.h b/chrome/browser/component_updater/crx_update_item.h |
index 089afe342f064c2b8399f0104568429830be2bc3..477da9ab73376bb0c3605593b3dfe26f2ceb61b2 100644 |
--- a/chrome/browser/component_updater/crx_update_item.h |
+++ b/chrome/browser/component_updater/crx_update_item.h |
@@ -79,9 +79,9 @@ struct CrxUpdateItem { |
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; |