Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused exporting annotation Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
index 319ea7f920d058ff10767a0da7d5d7d814f4b0dc..5b69e08079caf19abe186bbeb205550ed4fa188e 100644
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
@@ -118,6 +118,8 @@ public:
WebCompositorSupport* compositorSupport() override;
WebThread* currentThread() override;
WebUnitTestSupport* unitTestSupport() override;
+ void registerMemoryDumpProvider(blink::WebMemoryDumpProvider*, const char* name) override {}
+ void unregisterMemoryDumpProvider(blink::WebMemoryDumpProvider*) override {}
protected:
const Config m_config;

Powered by Google App Engine