diff options
author | apavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 11:58:48 +0000 |
---|---|---|
committer | apavlov@chromium.org <apavlov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 11:58:48 +0000 |
commit | 2a8a98126b0115e0f3d137668c67b90a399f72bf (patch) | |
tree | ac1eedcdf0439b6c867cdce638d8a512d7cabaee /chrome/app/chrome_dll_resource.h | |
parent | 8664dfb1f41cb9c51e50b3f7c4d78b24d29408d8 (diff) | |
download | chromium_src-2a8a98126b0115e0f3d137668c67b90a399f72bf.zip chromium_src-2a8a98126b0115e0f3d137668c67b90a399f72bf.tar.gz chromium_src-2a8a98126b0115e0f3d137668c67b90a399f72bf.tar.bz2 |
Add "Inspect Element" shortcut to browser tabs.
If the DevTools window is closed, it gets opened, and the Inspect Element tool is enabled. If the DevTools window is opened, the inspected tab remains focused with the Inspect Element tool enabled.
If the Inspect Element tool is enabled, it gets turned off.
The shortcut is Ctrl-Shift-C for Win/Linux, Cmd-Shift-C for Mac
BUG=29532
TEST=manual
Review URL: http://codereview.chromium.org/3011002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index b9991f3..0029c03 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -210,6 +210,7 @@ #define IDC_SHOW_EXTENSION_SHELF 40022 #define IDC_MANAGE_EXTENSIONS 40023 #define IDC_AUTOFILL_DEFAULT 40024 +#define IDC_DEV_TOOLS_INSPECT 40025 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. |