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

Unified Diff: Source/web/tests/FrameTestHelpers.h

Issue 962053003: tests: Use runPendingTasks instead of WebThread::enterRunLoop()/exitRunLoop() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 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
Index: Source/web/tests/FrameTestHelpers.h
diff --git a/Source/web/tests/FrameTestHelpers.h b/Source/web/tests/FrameTestHelpers.h
index 9bbc6ecc0ca08dea6dc12436e2d4eeeea8e944e3..d16f987d13b5ef252e1c25603b0e81c2adedb0e5 100644
--- a/Source/web/tests/FrameTestHelpers.h
+++ b/Source/web/tests/FrameTestHelpers.h
@@ -67,8 +67,6 @@ void reloadFrameIgnoringCache(WebFrame*);
// this. Use one of the above helpers.
void pumpPendingRequestsDoNotUse(WebFrame*);
-void runPendingTasks();
-
// Convenience class for handling the lifetime of a WebView and its associated mainframe in tests.
class WebViewHelper {
WTF_MAKE_NONCOPYABLE(WebViewHelper);

Powered by Google App Engine
This is Rietveld 408576698