| Index: content/common/content_param_traits.h
|
| diff --git a/content/common/content_param_traits.h b/content/common/content_param_traits.h
|
| index e90a14bd05c618090fc62b9d981b3dcf2d0e7017..361c78a7309b513cb57344fb08898066a5b9e728 100644
|
| --- a/content/common/content_param_traits.h
|
| +++ b/content/common/content_param_traits.h
|
| @@ -40,16 +40,6 @@ struct ParamTraits<content::WebCursor> {
|
| }
|
| };
|
|
|
| -typedef const blink::WebInputEvent* WebInputEventPointer;
|
| -template <>
|
| -struct ParamTraits<WebInputEventPointer> {
|
| - typedef WebInputEventPointer param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - // Note: upon read, the event has the lifetime of the message.
|
| - static bool Read(const Message* m, base::PickleIterator* iter, param_type* r);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| } // namespace IPC
|
|
|
| #endif // CONTENT_COMMON_CONTENT_PARAM_TRAITS_H_
|
|
|