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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 1568433005: Platform WebUnitTestSupport onion soup: remove more indirect methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 876bca0f1f857b1b6c8d93b718bd6736215c969b..a36bb3642394178a19b3a90329accd2c930a8c41 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -360,16 +360,6 @@ blink::WebThread* TestBlinkWebUnitTestSupport::currentThread() {
return BlinkPlatformImpl::currentThread();
}
-void TestBlinkWebUnitTestSupport::enterRunLoop() {
- DCHECK(base::MessageLoop::current());
- DCHECK(!base::MessageLoop::current()->is_running());
- base::MessageLoop::current()->Run();
-}
-
-void TestBlinkWebUnitTestSupport::exitRunLoop() {
- base::MessageLoop::current()->QuitWhenIdle();
-}
-
void TestBlinkWebUnitTestSupport::getPluginList(
bool refresh, blink::WebPluginListBuilder* builder) {
builder->addPlugin("pdf", "pdf", "pdf-files");
« no previous file with comments | « content/test/test_blink_web_unit_test_support.h ('k') | third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698