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

Unified Diff: media/blink/run_all_unittests.cc

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PLATFORM_EXPORT; Address haraken's review Created 4 years, 10 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 | « content/content_tests.gypi ('k') | third_party/WebKit/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/run_all_unittests.cc
diff --git a/media/blink/run_all_unittests.cc b/media/blink/run_all_unittests.cc
index bcbc4e3d315b68ba97faffd62e50e14d8692c622..8eaac37c8d9bce4b24ac710a5cac1899d598de48 100644
--- a/media/blink/run_all_unittests.cc
+++ b/media/blink/run_all_unittests.cc
@@ -71,6 +71,9 @@ class TestBlinkPlatformSupport : NON_EXPORTED_BASE(public blink::Platform) {
~TestBlinkPlatformSupport() override;
blink::WebThread* currentThread() override { return &m_currentThread; }
+ void registerMemoryDumpProvider(blink::WebMemoryDumpProvider*,
+ const char* name) override {}
+ void unregisterMemoryDumpProvider(blink::WebMemoryDumpProvider*) override {}
private:
CurrentThreadMock m_currentThread;
« no previous file with comments | « content/content_tests.gypi ('k') | third_party/WebKit/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698