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

Unified Diff: chrome/installer/mac/app/OmahaXMLParser.h

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DMG to build file Created 4 years, 4 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 | « chrome/installer/mac/app/OmahaCommunication.m ('k') | chrome/installer/mac/app/OmahaXMLParser.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/app/OmahaXMLParser.h
diff --git a/chrome/installer/mac/app/OmahaXMLParser.h b/chrome/installer/mac/app/OmahaXMLParser.h
index 0454e1aab365fbcfcd687bdd39d4a5547d91b116..8cad7d9c262b4e3203e6df8c29c9fb3b9c8c4a58 100644
--- a/chrome/installer/mac/app/OmahaXMLParser.h
+++ b/chrome/installer/mac/app/OmahaXMLParser.h
@@ -9,8 +9,9 @@
@interface OmahaXMLParser : NSObject
-// Parses an XML document and extracts all the URLs found as well as the
-// filename. Adds each URL into the array chromeIncompleteDownloadURLs_.
+// Parses an XML document and extracts the URLs and name of the Chrome DMG from
+// Omaha, then returns an array with all the URLs concatenated with the
+// filename.
+ (NSArray*)parseXML:(NSData*)omahaResponseXML error:(NSError**)error;
@end
« no previous file with comments | « chrome/installer/mac/app/OmahaCommunication.m ('k') | chrome/installer/mac/app/OmahaXMLParser.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698