Index: content/common/webkit_param_traits.h |
=================================================================== |
--- content/common/webkit_param_traits.h (revision 103169) |
+++ content/common/webkit_param_traits.h (working copy) |
@@ -89,14 +89,6 @@ |
}; |
template <> |
-struct ParamTraits<scoped_refptr<webkit_blob::BlobData > > { |
- typedef scoped_refptr<webkit_blob::BlobData> 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<NPVariant_Param> { |
typedef NPVariant_Param param_type; |
static void Write(Message* m, const param_type& p); |