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

Unified Diff: components/test_runner/test_common.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 | « no previous file | content/child/blink_platform_impl.h » ('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 2c7c772dfca37f18cf3b7e1c5f9dccdce19d0fd1..ab02077d061056cf700cea20de7f90292b74488f 100644
--- a/components/test_runner/test_common.cc
+++ b/components/test_runner/test_common.cc
@@ -33,6 +33,10 @@ 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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698