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