Index: content/public/common/common_param_traits.h |
=================================================================== |
--- content/public/common/common_param_traits.h (revision 138610) |
+++ content/public/common/common_param_traits.h (working copy) |
@@ -16,7 +16,6 @@ |
#pragma once |
#include "base/memory/ref_counted.h" |
-#include "base/platform_file.h" |
#include "content/common/content_export.h" |
#include "content/public/common/page_transition_types.h" |
#include "content/public/common/security_style.h" |
@@ -110,14 +109,6 @@ |
}; |
template <> |
-struct ParamTraits<base::PlatformFileInfo> { |
- typedef base::PlatformFileInfo param_type; |
- static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, PickleIterator* iter, param_type* r); |
- static void Log(const param_type& p, std::string* l); |
-}; |
- |
-template <> |
struct CONTENT_EXPORT ParamTraits<content::Referrer> { |
typedef content::Referrer param_type; |
static void Write(Message* m, const param_type& p); |
@@ -242,11 +233,6 @@ |
}; |
template <> |
-struct SimilarTypeTraits<base::PlatformFileError> { |
- typedef int Type; |
-}; |
- |
-template <> |
struct SimilarTypeTraits<WebKit::WebReferrerPolicy> { |
typedef int Type; |
}; |