Index: chrome/common/common_param_traits.h |
=================================================================== |
--- chrome/common/common_param_traits.h (revision 76958) |
+++ chrome/common/common_param_traits.h (working copy) |
@@ -35,7 +35,6 @@ |
// Forward declarations. |
struct Geoposition; |
-class GURL; |
class SkBitmap; |
class DictionaryValue; |
class ListValue; |
@@ -78,17 +77,7 @@ |
static void Log(const param_type& p, std::string* l); |
}; |
- |
template <> |
-struct ParamTraits<GURL> { |
- typedef GURL 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); |
-}; |
- |
- |
-template <> |
struct ParamTraits<gfx::Point> { |
typedef gfx::Point param_type; |
static void Write(Message* m, const param_type& p); |