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

Unified Diff: third_party/WebKit/public/platform/WebUnitTestSupport.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 | « third_party/WebKit/Source/web/tests/WebImageTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
};
}
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebImageTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698