diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 22:02:10 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-19 22:02:10 +0000 |
commit | aaca0583cf108fa93b17e8847f815489e7459966 (patch) | |
tree | 32b3cea435422c12c8a6d40d25db9bcfb3aa10ac /chrome/common | |
parent | 0472c7eb21a2ae50bb28287fda899b12eaa900f2 (diff) | |
download | chromium_src-aaca0583cf108fa93b17e8847f815489e7459966.zip chromium_src-aaca0583cf108fa93b17e8847f815489e7459966.tar.gz chromium_src-aaca0583cf108fa93b17e8847f815489e7459966.tar.bz2 |
back out r18853
This reverts commit f2f30e9d0108f4a776672c6b29d25ed3a8ad19ad.
Review URL: http://codereview.chromium.org/140013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 539c36c..d96220d 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -112,11 +112,6 @@ IPC_BEGIN_MESSAGES(View) // Message payload is a blob that should be cast to WebInputEvent IPC_MESSAGE_ROUTED0(ViewMsg_HandleInputEvent) - // Message payload is the name/value of a core command to execute. - IPC_MESSAGE_ROUTED2(ViewMsg_HandleExecuteEditCommand, - std::string, /* name */ - std::string /* value */) - IPC_MESSAGE_ROUTED0(ViewMsg_MouseCaptureLost) // TODO(darin): figure out how this meshes with RestoreFocus |