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

Unified Diff: chrome/common/mac/app_mode_common.mm

Issue 9346013: Publish app shortcuts on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove logging Created 8 years, 10 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/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..91cea15e2ad61291c54e1205b62df189b5d7c9f5 100644
--- a/chrome/common/mac/app_mode_common.mm
+++ b/chrome/common/mac/app_mode_common.mm
@@ -9,4 +9,9 @@ namespace app_mode {
const CFStringRef kBrowserBundleIDKey = CFSTR("CrBundleIdentifier");
const CFStringRef kLastRunAppBundlePathPrefsKey = CFSTR("LastRunAppBundlePath");
+NSString * const kCrAppModeShortcutIDKey = @"CrAppModeShortcutID";
jeremy 2012/02/07 08:29:27 Can you add comments for these.
sail 2012/02/07 18:17:06 Actually there are already comments in the header
+NSString * const kCrAppModeShortcutShortNameKey = @"CrAppModeShortcutShortName";
+NSString * const kCrAppModeShortcutNameKey = @"CrAppModeShortcutName";
+NSString * const kCrAppModeShortcutURLKey = @"CrAppModeShortcutURL";
+
} // namespace app_mode
« chrome/browser/web_applications/web_app_mac.mm ('K') | « chrome/common/mac/app_mode_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698