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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 2009483002: Remove WebMemoryDumpProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index d948c461fcacd2c88e5074153a4b6c7365d3dce0..d4f95fef3c77e8bf6e86f609a1c9af859dfe0de8 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -91,7 +91,6 @@ class WebMediaStream;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
class WebMediaStreamTrack;
-class WebMemoryDumpProvider;
class WebMessagePortChannel;
class WebMimeRegistry;
class WebNotificationManager;
@@ -418,16 +417,6 @@ public:
// recordAction(UserMetricsAction("MyAction"))
virtual void recordAction(const UserMetricsAction&) { }
- // Registers a memory dump provider. The WebMemoryDumpProvider::onMemoryDump
- // method will be called on the same thread that called the
- // registerMemoryDumpProvider() method. |name| is used for debugging
- // (duplicates are allowed) and must be a long-lived C string.
- // See crbug.com/458295 for design docs.
- virtual void registerMemoryDumpProvider(blink::WebMemoryDumpProvider*, const char* name);
-
- // Must be called on the thread that called registerMemoryDumpProvider().
- virtual void unregisterMemoryDumpProvider(blink::WebMemoryDumpProvider*);
-
class TraceLogEnabledStateObserver {
public:
virtual ~TraceLogEnabledStateObserver() = default;
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebMemoryDumpProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698