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/chrome.gyp | |
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/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 54076a3..b8e6885 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -548,6 +548,7 @@ 'browser/debugger/devtools_remote_message.h', 'browser/debugger/devtools_remote_service.cc', 'browser/debugger/devtools_remote_service.h', + 'browser/debugger/devtools_toggle_action.h', 'browser/debugger/devtools_window.cc', 'browser/debugger/devtools_window.h', 'browser/debugger/extension_ports_remote_service.cc', |