diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:30:29 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:30:29 +0000 |
commit | 9fdf2e44e43e827da5a75a79363fd5d3f665e937 (patch) | |
tree | 97373e6bac523dbcef7ea137d45001616ff3e888 | |
parent | e7fea95ab2ade9b27606e2e89a4d42db63a4e872 (diff) | |
download | chromium_src-9fdf2e44e43e827da5a75a79363fd5d3f665e937.zip chromium_src-9fdf2e44e43e827da5a75a79363fd5d3f665e937.tar.gz chromium_src-9fdf2e44e43e827da5a75a79363fd5d3f665e937.tar.bz2 |
Update comment to include relevant bug Id.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6594078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76416 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | remoting/host/event_executor_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc index 9f97ee8..1d161b6 100644 --- a/remoting/host/event_executor_linux.cc +++ b/remoting/host/event_executor_linux.cc @@ -46,7 +46,7 @@ static int MouseButtonToX11ButtonNumber( // // TODO(wez): Replace this with something more closely tied to what // WebInputEventFactory does on Linux/GTK, and which respects the -// host's keyboard layout. +// host's keyboard layout (see http://crbug.com/74550 ). const int kUsVkeyToKeysym[256] = { // 0x00 - 0x07 -1, -1, -1, -1, |