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

Unified Diff: chrome/browser/component_updater/update_response.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
« no previous file with comments | « chrome/browser/component_updater/test/update_response_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/update_response.h
diff --git a/chrome/browser/component_updater/update_response.h b/chrome/browser/component_updater/update_response.h
index 495fef4114d0f6104e708b5215ef17898d7a8172..6e174ec69dbbc2fe6f387f4cfdcae1b51b543066 100644
--- a/chrome/browser/component_updater/update_response.h
+++ b/chrome/browser/component_updater/update_response.h
@@ -90,6 +90,7 @@ class UpdateResponse {
std::string extension_id;
// The list of fallback urls, for full and diff updates respectively.
+ // These urls are base urls; they don't include the filename.
std::vector<GURL> crx_urls;
std::vector<GURL> crx_diffurls;
« no previous file with comments | « chrome/browser/component_updater/test/update_response_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698