Index: chrome/common/automation_messages.h |
diff --git a/chrome/common/automation_messages.h b/chrome/common/automation_messages.h |
index 3a9a92b95a023566e6b3c1af2e590ff36f26f9e1..96f08e9207d317792548435810420f2620de15ee 100644 |
--- a/chrome/common/automation_messages.h |
+++ b/chrome/common/automation_messages.h |
@@ -9,7 +9,6 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
#include "chrome/common/automation_constants.h" |
-#include "chrome/common/automation_events.h" |
#include "chrome/common/common_param_traits.h" |
#include "chrome/common/content_settings.h" |
#include "content/public/common/common_param_traits.h" |
@@ -150,11 +149,6 @@ IPC_STRUCT_BEGIN(AutomationURLRequest) |
IPC_STRUCT_MEMBER(int, load_flags) // see net/base/load_flags.h |
IPC_STRUCT_END() |
-IPC_STRUCT_TRAITS_BEGIN(ScriptEvaluationRequest) |
- IPC_STRUCT_TRAITS_MEMBER(script) |
- IPC_STRUCT_TRAITS_MEMBER(frame_xpath) |
-IPC_STRUCT_TRAITS_END() |
- |
// Singly-included section for struct and custom IPC traits. |
#ifndef CHROME_COMMON_AUTOMATION_MESSAGES_H_ |
#define CHROME_COMMON_AUTOMATION_MESSAGES_H_ |
@@ -198,14 +192,6 @@ struct ContextMenuModel { |
namespace IPC { |
template <> |
-struct ParamTraits<AutomationMouseEvent> { |
- typedef AutomationMouseEvent param_type; |
- static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, PickleIterator* iter, param_type* p); |
- static void Log(const param_type& p, std::string* l); |
-}; |
- |
-template <> |
struct ParamTraits<ContextMenuModel> { |
typedef ContextMenuModel param_type; |
static void Write(Message* m, const param_type& p); |