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 |