Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: public/platform/WebMemoryAllocatorDump.h

Issue 1176223002: [tracing] Clean up the MemoryInfra API surface (3/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698