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

Unified Diff: components/test_runner/test_common.cc

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
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_common.cc
diff --git a/components/test_runner/test_common.cc b/components/test_runner/test_common.cc
index c387440ff0760fc35c61f788b5286c1913911cd0..4d295815b122a78bbf8a1fea92ed7568335c14f3 100644
--- a/components/test_runner/test_common.cc
+++ b/components/test_runner/test_common.cc
@@ -34,10 +34,6 @@ class MockBlinkPlatform : NON_EXPORTED_BASE(public blink::Platform) {
}
~MockBlinkPlatform() override {}
- void registerMemoryDumpProvider(blink::WebMemoryDumpProvider*,
- const char* name) override {}
- void unregisterMemoryDumpProvider(blink::WebMemoryDumpProvider*) override {}
-
private:
DISALLOW_COPY_AND_ASSIGN(MockBlinkPlatform);
};
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698