| 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
|
|
|