diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 18:54:35 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 18:54:35 +0000 |
commit | 130efb094a3c96bda00da28615b5c1e0481b7218 (patch) | |
tree | f8bb5604c20d811f4073a85ab4385eaced96918b /chrome/common/render_messages_internal.h | |
parent | 997e22224e1062a4cd39373057a68879a1d7a3ac (diff) | |
download | chromium_src-130efb094a3c96bda00da28615b5c1e0481b7218.zip chromium_src-130efb094a3c96bda00da28615b5c1e0481b7218.tar.gz chromium_src-130efb094a3c96bda00da28615b5c1e0481b7218.tar.bz2 |
This CL makes the browser focus tests faster by replacing
some time-outs with notifications.
BUG=22065
TEST=Run the interactive tests, especially BrowserFocusTest*FocusTraversal*
These tests should run in few seconds.
Review URL: http://codereview.chromium.org/210013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index da53fef..700f3a1 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -898,6 +898,7 @@ IPC_BEGIN_MESSAGES(ViewHost) IPC_MESSAGE_ROUTED0(ViewHostMsg_Focus) IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur) + IPC_MESSAGE_ROUTED0(ViewHostMsg_FocusedNodeChanged) // Returns the window location of the given window. // TODO(shess): Provide a mapping from reply_msg->routing_id() to |