| Index: chrome/installer/mac/app/OmahaXMLRequest.m
|
| diff --git a/chrome/installer/mac/app/OmahaXMLRequest.m b/chrome/installer/mac/app/OmahaXMLRequest.m
|
| index 8ade57215c1fa275b7cd97df54dbdd31e22caa4f..b98dfe460e50e132b52c8eb1f3df9bdfb2497192 100644
|
| --- a/chrome/installer/mac/app/OmahaXMLRequest.m
|
| +++ b/chrome/installer/mac/app/OmahaXMLRequest.m
|
| @@ -23,9 +23,7 @@
|
| // user attributes that Omaha actually looks at. The other parameters are useful
|
| // for logging purposes but otherwise not directly used.
|
| + (NSXMLDocument*)createXMLRequestBody {
|
| - // TODO: might be a good idea in the future to add a version# for this
|
| - // installer using [[NSBundle mainBundle]
|
| - // objectForInfoDictionaryKey:@"CFBundleShortVersionString"]]
|
| + // TODO: not hard-code protocol version #?
|
| NSString* protocol = @"3.0";
|
|
|
| NSString* platform = @"mac";
|
|
|