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

Unified Diff: ios/testing/earl_grey/wait_util.h

Issue 2275843003: Add support for webViewContainingBlockedImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Conform to c style guide Created 4 years, 4 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 | ios/testing/earl_grey/wait_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/wait_util.h
diff --git a/ios/testing/earl_grey/wait_util.h b/ios/testing/earl_grey/wait_util.h
index e99cce4a3d8f07f731407aed63eda0c3748f55e4..33df9252ec54271c8ab1230833b40dd5d0d658a3 100644
--- a/ios/testing/earl_grey/wait_util.h
+++ b/ios/testing/earl_grey/wait_util.h
@@ -18,6 +18,9 @@ extern const NSTimeInterval kWaitForUIElementTimeout;
// Constant for timeout in seconds while waiting for JavaScript completion.
extern const NSTimeInterval kWaitForJSCompletionTimeout;
+// Constant for timeout in seconds while waiting for a download to complete.
+extern const NSTimeInterval kWaitForDownloadTimeout;
+
// Waits until |condition| is true, or induces GREYAssert after |timeout|.
void WaitUntilCondition(NSTimeInterval timeout, bool (^condition)(void));
« no previous file with comments | « no previous file | ios/testing/earl_grey/wait_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698