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

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

Issue 2293923005: General comment cleaning / refactoring for Mac Installer (Closed)
Patch Set: Ivan fixes 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 8cad7d9c262b4e3203e6df8c29c9fb3b9c8c4a58..d3fd8067c068255f2048fd9c92bb4fd5828a258c 100644
--- a/chrome/installer/mac/app/OmahaXMLParser.h
+++ b/chrome/installer/mac/app/OmahaXMLParser.h
@@ -9,9 +9,9 @@
@interface OmahaXMLParser : NSObject
-// 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.
+// Parses the XML body from Omaha's HTTP response and extracts the URLs and name
+// of the Chrome disk image. 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