| Index: chrome/common/render_messages.h
|
| ===================================================================
|
| --- chrome/common/render_messages.h (revision 72573)
|
| +++ chrome/common/render_messages.h (working copy)
|
| @@ -49,9 +49,6 @@
|
| }
|
|
|
| namespace webkit_glue {
|
| -struct FormData;
|
| -class FormField;
|
| -struct PasswordFormFillData;
|
| struct ResourceDevToolsInfo;
|
| struct ResourceLoadTimingInfo;
|
| struct ResourceResponseInfo;
|
| @@ -136,15 +133,6 @@
|
|
|
| namespace IPC {
|
|
|
| -// Traits for FormField_Params structure to pack/unpack.
|
| -template <>
|
| -struct ParamTraits<webkit_glue::FormField> {
|
| - typedef webkit_glue::FormField param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, void** iter, param_type* p);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| #if defined(OS_MACOSX)
|
| // Traits for FontDescriptor structure to pack/unpack.
|
| template <>
|
| @@ -189,16 +177,7 @@
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
| -// Traits for webkit_glue::PasswordFormDomManager::FillData.
|
| template <>
|
| -struct ParamTraits<webkit_glue::PasswordFormFillData> {
|
| - typedef webkit_glue::PasswordFormFillData param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, void** iter, param_type* r);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| -template <>
|
| struct ParamTraits<scoped_refptr<net::HttpResponseHeaders> > {
|
| typedef scoped_refptr<net::HttpResponseHeaders> param_type;
|
| static void Write(Message* m, const param_type& p);
|
| @@ -248,15 +227,6 @@
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
| -// Traits for FormData structure to pack/unpack.
|
| -template <>
|
| -struct ParamTraits<webkit_glue::FormData> {
|
| - typedef webkit_glue::FormData param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, void** iter, param_type* p);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| // Traits for reading/writing CSS Colors
|
| template <>
|
| struct ParamTraits<CSSColors::CSSColorName> {
|
|
|