diff options
author | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 03:54:50 +0000 |
---|---|---|
committer | mazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 03:54:50 +0000 |
commit | d14af52a5523e6ecd71f6173b7254a481852e3c8 (patch) | |
tree | 4342abbb7fbdc1cebcdc91b35c5cba6bb9fb50c2 /chrome/app | |
parent | 15e123091eaa54a4b20f407a181cdc17532e9364 (diff) | |
download | chromium_src-d14af52a5523e6ecd71f6173b7254a481852e3c8.zip chromium_src-d14af52a5523e6ecd71f6173b7254a481852e3c8.tar.gz chromium_src-d14af52a5523e6ecd71f6173b7254a481852e3c8.tar.bz2 |
Enable to show the keyboard overlay by shortcut key.
BUG=chromium-os:6268
TEST=manually on the netbook
Review URL: http://codereview.chromium.org/5440001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index cc78218..021c293 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -173,6 +173,7 @@ #define IDC_UPGRADE_DIALOG 40026 #define IDC_VIEW_INCOMPATIBILITIES 40027 #define IDC_VIEW_BACKGROUND_PAGES 40028 +#define IDC_SHOW_KEYBOARD_OVERLAY 40029 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. |