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

Unified Diff: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h

Issue 1774123006: Implement link selection on alt+mouse drag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 9 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: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
index f73a6ce09687de47b3d843c87c48d5cdc6a2b0c0..0db4f5bf4a28ff5d0a242d35fa72b4c5ee36eb46 100644
--- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
@@ -37,6 +37,9 @@ namespace testing {
void runPendingTasks();
+// Wait for delayed task to complete or timers to fire for |seconds| seconds.
+void waitForDeferredTasks(double seconds);
+
String blinkRootDir();
PassRefPtr<SharedBuffer> readFromFile(const String& path);

Powered by Google App Engine
This is Rietveld 408576698