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

Unified Diff: chrome/common/extensions/extension_manifest_constants.h

Issue 9812008: Polish the keybinding implementation a bit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_manifest_constants.h
===================================================================
--- chrome/common/extensions/extension_manifest_constants.h (revision 129600)
+++ chrome/common/extensions/extension_manifest_constants.h (working copy)
@@ -103,6 +103,7 @@
extern const char kShiftKey[];
extern const char kShortcutKey[];
extern const char kSignature[];
+ extern const char kSuggestedKey[];
extern const char kTheme[];
extern const char kThemeColors[];
extern const char kThemeDisplayProperties[];
@@ -137,6 +138,11 @@
extern const char kIntentDispositionWindow[];
extern const char kIntentDispositionInline[];
extern const char kIsolatedStorage[];
+ extern const char kKeybindingPlatformChromeOs[];
+ extern const char kKeybindingPlatformDefault[];
+ extern const char kKeybindingPlatformLinux[];
+ extern const char kKeybindingPlatformMac[];
+ extern const char kKeybindingPlatformWin[];
extern const char kLaunchContainerPanel[];
extern const char kLaunchContainerShell[];
extern const char kLaunchContainerTab[];
@@ -226,6 +232,8 @@
extern const char kInvalidKeyBinding[];
extern const char kInvalidKeyBindingDescription[];
extern const char kInvalidKeyBindingDictionary[];
+ extern const char kInvalidKeyBindingMissingPlatform[];
+ extern const char kInvalidKeyBindingUnknownPlatform[];
extern const char kInvalidLaunchContainer[];
extern const char kInvalidLaunchContainerForNonPlatform[];
extern const char kInvalidLaunchContainerForPlatform[];
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/common/extensions/extension_manifest_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698