diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 06:16:06 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 06:16:06 +0000 |
commit | 499c5ccc4bc0bd850c2301686112bf0617724f56 (patch) | |
tree | b93448cc3b288c9c6b7d9bc18e104acc4b16e6e0 /remoting/protocol/DEPS | |
parent | 92892dc17afd4f644f5d4320022b202a53c3eee9 (diff) | |
download | chromium_src-499c5ccc4bc0bd850c2301686112bf0617724f56.zip chromium_src-499c5ccc4bc0bd850c2301686112bf0617724f56.tar.gz chromium_src-499c5ccc4bc0bd850c2301686112bf0617724f56.tar.bz2 |
Log out input event modifiers and pressed keys every time ESC key is released.
BUG=110500
Review URL: http://codereview.chromium.org/9288013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/DEPS')
-rw-r--r-- | remoting/protocol/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/protocol/DEPS b/remoting/protocol/DEPS index c982f42..d1aa4ddb 100644 --- a/remoting/protocol/DEPS +++ b/remoting/protocol/DEPS @@ -7,4 +7,5 @@ include_rules = [ "+ppapi/utility", "+remoting/jingle_glue", "+third_party/protobuf/src", + "+ui/base/keycodes", ] |