| Index: public/platform/WebMemoryAllocatorDump.h
|
| diff --git a/public/platform/WebMemoryAllocatorDump.h b/public/platform/WebMemoryAllocatorDump.h
|
| index 3f8bf8da3087c9a58c1e90c3048310a161fa4104..a3c786290715ab70e57e4aeb3aaccf19d90ddadf 100644
|
| --- a/public/platform/WebMemoryAllocatorDump.h
|
| +++ b/public/platform/WebMemoryAllocatorDump.h
|
| @@ -27,11 +27,6 @@ public:
|
| virtual void AddScalar(const char* name, const char* units, uint64_t value) { }
|
| virtual void AddScalarF(const char* name, const char* units, double value) { }
|
| virtual void AddString(const char* name, const char* units, const WebString& value) { }
|
| -
|
| - // TODO(primiano): these below will go away soon, required only to handle a multisided patch.
|
| - virtual void AddScalar(const WebString& name, const char* units, uint64_t value) { }
|
| - virtual void AddScalarF(const WebString& name, const char* units, double value) { }
|
| - virtual void AddString(const WebString& name, const char* units, const WebString& value) { }
|
| };
|
|
|
| } // namespace blink
|
|
|