| Index: chrome/installer/gcapi_mac/gcapi.mm
|
| diff --git a/chrome/installer/gcapi_mac/gcapi.mm b/chrome/installer/gcapi_mac/gcapi.mm
|
| index b5852bb9653d97851d8b8305567a4419c153faff..1ca583930033e25664b50153a71f2fa0220ff6c7 100644
|
| --- a/chrome/installer/gcapi_mac/gcapi.mm
|
| +++ b/chrome/installer/gcapi_mac/gcapi.mm
|
| @@ -34,9 +34,6 @@ NSString* const kUserMasterPrefsPath =
|
| @"~~/Library/Application Support/Google/Chrome/"
|
| "Google Chrome Master Preferences";
|
|
|
| -NSString* const kChannelKey = @"KSChannelID";
|
| -NSString* const kVersionKey = @"KSVersion";
|
| -
|
| // Condensed from chromium's base/mac/mac_util.mm.
|
| bool IsOSXVersionSupported() {
|
| // On 10.6, Gestalt() was observed to be able to spawn threads (see
|
|
|