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

Unified Diff: chrome/installer/mac/app/OmahaCommunication.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/OmahaCommunication.m
diff --git a/chrome/installer/mac/app/OmahaCommunication.m b/chrome/installer/mac/app/OmahaCommunication.m
index 55d23d46ab6979b7b319e9cdc41eaec9d4dd4ff1..30e3459e3e4a9bace9462a97adc9ed1f8ad33d90 100644
--- a/chrome/installer/mac/app/OmahaCommunication.m
+++ b/chrome/installer/mac/app/OmahaCommunication.m
@@ -7,7 +7,7 @@
#import "OmahaXMLRequest.h"
#import "OmahaXMLParser.h"
-// TODO: turn this string to a command-line flag
+// TODO: Turn the below string into a command line flag for testing.
static NSString* const omahaURLPath =
@"https://tools.google.com/service/update2";

Powered by Google App Engine
This is Rietveld 408576698