| Index: chrome/common/mac/app_mode_common.mm
|
| diff --git a/chrome/common/mac/app_mode_common.mm b/chrome/common/mac/app_mode_common.mm
|
| index 4f8ebbdc02b2937510b8a51d8d113c464f7e2dd2..b3c3cb288ec005c41f13b5cdc9dec664f9c4bae3 100644
|
| --- a/chrome/common/mac/app_mode_common.mm
|
| +++ b/chrome/common/mac/app_mode_common.mm
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -6,7 +6,11 @@
|
|
|
| namespace app_mode {
|
|
|
| -const CFStringRef kBrowserBundleIDKey = CFSTR("CrBundleIdentifier");
|
| -const CFStringRef kLastRunAppBundlePathPrefsKey = CFSTR("LastRunAppBundlePath");
|
| +NSString* const kBrowserBundleIDKey = @"CrBundleIdentifier";
|
| +NSString* const kLastRunAppBundlePathPrefsKey = @"LastRunAppBundlePath";
|
| +NSString* const kCrAppModeShortcutIDKey = @"CrAppModeShortcutID";
|
| +NSString* const kCrAppModeShortcutShortNameKey = @"CrAppModeShortcutShortName";
|
| +NSString* const kCrAppModeShortcutNameKey = @"CrAppModeShortcutName";
|
| +NSString* const kCrAppModeShortcutURLKey = @"CrAppModeShortcutURL";
|
|
|
| } // namespace app_mode
|
|
|