| Index: chrome/browser/mac/keystone_glue.mm
|
| diff --git a/chrome/browser/mac/keystone_glue.mm b/chrome/browser/mac/keystone_glue.mm
|
| index 9dc61f8b9eb7f5003f6001a47db301981dd830cf..c6333e7c65031739873ab630349ace1d5f8c0f3d 100644
|
| --- a/chrome/browser/mac/keystone_glue.mm
|
| +++ b/chrome/browser/mac/keystone_glue.mm
|
| @@ -197,12 +197,10 @@ class PerformBridge : public base::RefCountedThreadSafe<PerformBridge> {
|
| // which does not depend on applying a patch to existing files.
|
| - (BOOL)wantsFullInstaller;
|
|
|
| -// Returns an NSString* suitable for appending to a Chrome Keystone tag value
|
| -// or tag key. If the system has a 32-bit-only CPU, the tag suffix will
|
| -// contain the string "-32bit". If a full installer (as opposed to a binary
|
| -// diff/delta patch) is required, the tag suffix will contain the string
|
| -// "-full". If no special treatment is required, the tag suffix will be an
|
| -// empty string.
|
| +// Returns an NSString* suitable for appending to a Chrome Keystone tag value or
|
| +// tag key. If a full installer (as opposed to a binary diff/delta patch) is
|
| +// required, the tag suffix will contain the string "-full". If no special
|
| +// treatment is required, the tag suffix will be an empty string.
|
| - (NSString*)tagSuffix;
|
|
|
| @end // @interface KeystoneGlue (Private)
|
|
|