| Index: chrome/installer/mac/app/OmahaXMLRequest.m
|
| diff --git a/chrome/installer/mac/app/OmahaXMLRequest.m b/chrome/installer/mac/app/OmahaXMLRequest.m
|
| index b98dfe460e50e132b52c8eb1f3df9bdfb2497192..52a9bfc248f766e6d8ebd0b0f28a20e2fc3dfa60 100644
|
| --- a/chrome/installer/mac/app/OmahaXMLRequest.m
|
| +++ b/chrome/installer/mac/app/OmahaXMLRequest.m
|
| @@ -23,7 +23,8 @@
|
| // user attributes that Omaha actually looks at. The other parameters are useful
|
| // for logging purposes but otherwise not directly used.
|
| + (NSXMLDocument*)createXMLRequestBody {
|
| - // TODO: not hard-code protocol version #?
|
| + // TODO: This protocol version number probably shouldn't be hard-coded. Check
|
| + // with borisv@ regarding changing protocol verions.
|
| NSString* protocol = @"3.0";
|
|
|
| NSString* platform = @"mac";
|
|
|