Index: third_party/WebKit/public/platform/WebUnitTestSupport.h |
diff --git a/third_party/WebKit/public/platform/WebUnitTestSupport.h b/third_party/WebKit/public/platform/WebUnitTestSupport.h |
index 85609d927bbbb3ec352a8c05753c8aab1b61b47d..ea2d42f767fc5a6aaee2e90f3978f8c39d87c702 100644 |
--- a/third_party/WebKit/public/platform/WebUnitTestSupport.h |
+++ b/third_party/WebKit/public/platform/WebUnitTestSupport.h |
@@ -61,9 +61,6 @@ public: |
virtual WebLayerTreeView* createLayerTreeViewForTesting() { return nullptr; } |
virtual WebData readFromFile(const WebString& path) { return WebData(); } |
- |
- virtual void enterRunLoop() { } |
- virtual void exitRunLoop() { } |
}; |
} |