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

Unified Diff: content/test/test_blink_web_unit_test_support.h

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
« no previous file with comments | « no previous file | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.h
diff --git a/content/test/test_blink_web_unit_test_support.h b/content/test/test_blink_web_unit_test_support.h
index e4de9991ea71194d8f9b20f76e43c93d57c0706b..ed64dd2557938eaecb279749a0fe50fb55652dc9 100644
--- a/content/test/test_blink_web_unit_test_support.h
+++ b/content/test/test_blink_web_unit_test_support.h
@@ -87,8 +87,6 @@ class TestBlinkWebUnitTestSupport : public blink::WebUnitTestSupport,
blink::WebLayerTreeView* createLayerTreeViewForTesting() override;
blink::WebData readFromFile(const blink::WebString& path) override;
blink::WebThread* currentThread() override;
- void enterRunLoop() override;
- void exitRunLoop() override;
void getPluginList(bool refresh,
blink::WebPluginListBuilder* builder) override;
« no previous file with comments | « no previous file | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698