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

Unified Diff: chrome/common/extensions/extension_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
Index: chrome/common/extensions/extension_constants.h
===================================================================
--- chrome/common/extensions/extension_constants.h (revision 127690)
+++ chrome/common/extensions/extension_constants.h (working copy)
@@ -100,6 +100,9 @@
extern const char kShiftKey[];
extern const char kShortcutKey[];
extern const char kSignature[];
+ extern const char kSuggestedKeyMac[];
+ extern const char kSuggestedKeyOther[];
+ extern const char kSuggestedKeyWin[];
extern const char kTheme[];
extern const char kThemeColors[];
extern const char kThemeDisplayProperties[];

Powered by Google App Engine
This is Rietveld 408576698