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

Unified Diff: public/platform/Platform.h

Issue 705363003: Remove internals.profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Landing Created 6 years, 1 month 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 | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 6580ea80d8d9aea17eec05cd445f29b2c138b502..3a41227db9cfc2d4633af97c9f6092933932eea8 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -277,15 +277,6 @@ public:
// discardable.
virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) { return 0; }
- // A wrapper for tcmalloc's HeapProfilerStart();
- virtual void startHeapProfiling(const WebString& /*prefix*/) { }
- // A wrapper for tcmalloc's HeapProfilerStop();
- virtual void stopHeapProfiling() { }
- // A wrapper for tcmalloc's HeapProfilerDump()
- virtual void dumpHeapProfiling(const WebString& /*reason*/) { }
- // A wrapper for tcmalloc's GetHeapProfile()
- virtual WebString getHeapProfile() { return WebString(); }
-
static const size_t noDecodedImageByteLimit = static_cast<size_t>(-1);
// Returns the maximum amount of memory a decoded image should be allowed.
« no previous file with comments | « Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698