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

Unified Diff: chrome/installer/mac/app/OmahaXMLRequest.m

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/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";

Powered by Google App Engine
This is Rietveld 408576698