diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-01 18:17:23 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-01 18:17:23 +0000 |
commit | 363680faae60b8ec1f6a57d3c701935a6f046fb6 (patch) | |
tree | 4530c2be35fbe1dfe384ffe03e8775993fa8f4fb /ipc/ipc_message_impl_macros.h | |
parent | 1693996df25b186a4523e9148fd8a5fe0405ccde (diff) | |
download | chromium_src-363680faae60b8ec1f6a57d3c701935a6f046fb6.zip chromium_src-363680faae60b8ec1f6a57d3c701935a6f046fb6.tar.gz chromium_src-363680faae60b8ec1f6a57d3c701935a6f046fb6.tar.bz2 |
Refactor automation messages.
automation_messages used to live in chrome/test/automation, when it's needed by
browser and chrome_frame. When I started lifting code out of headers and into
implementation files, I was getting link errors and temporarily solved the
problem by compiling the cc files manually into libbrowser.a. Now this is part
of chrome/common/ which is included by all targets needed.
While doing this, discover that automation IPC redefines the ContextMenuParams struct. Rename it to MiniContextMenuParams.
BUG=51409
TEST=none
Review URL: http://codereview.chromium.org/4200007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_impl_macros.h')
-rw-r--r-- | ipc/ipc_message_impl_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_impl_macros.h b/ipc/ipc_message_impl_macros.h index a9c38bd..b601518 100644 --- a/ipc/ipc_message_impl_macros.h +++ b/ipc/ipc_message_impl_macros.h @@ -22,6 +22,7 @@ // don't understand #include MESSAGES_INTERNAL_FILE. See http://crbug.com/7828 #if 0 #include "ipc/ipc_sync_message_unittest.h" +#include "chrome/common/automation_messages_internal.h" #include "chrome/common/devtools_messages_internal.h" #include "chrome/common/gpu_messages_internal.h" #include "chrome/common/nacl_messages_internal.h" @@ -30,7 +31,6 @@ #include "chrome/common/service_messages_internal.h" #include "chrome/common/utility_messages_internal.h" #include "chrome/common/worker_messages_internal.h" -#include "chrome/test/automation/automation_messages_internal.h" #endif // These are probalby still defined because of ipc_message_macros.h should be |