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

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

Issue 101043010: Added support for multiple urls in the component updater. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
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;

Powered by Google App Engine
This is Rietveld 408576698