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

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 use of temporary folders, removed semaphore from main installer code, adjusted some files' APIs, resolved remaining comments 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
Index: chrome/installer/mac/app/OmahaXMLParser.h
diff --git a/chrome/installer/mac/app/OmahaXMLParser.h b/chrome/installer/mac/app/OmahaXMLParser.h
index 687c5daee2f9988e3ec915377914d723cd99fe9d..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 URL's it finds 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

Powered by Google App Engine
This is Rietveld 408576698