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

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

Issue 1961063002: Add web shell matcher for address field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/Element/UIElement Created 4 years, 7 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 | « ios/testing/earl_grey/wait_util.h ('k') | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/wait_util.mm
diff --git a/mojo/public/cpp/system/message.cc b/ios/testing/earl_grey/wait_util.mm
similarity index 50%
copy from mojo/public/cpp/system/message.cc
copy to ios/testing/earl_grey/wait_util.mm
index 09d8d46e6dd15407bd123489ab8bdacdfef381c6..5e3645baecf4968637b8a9b6f04bd141d6a79fbb 100644
--- a/mojo/public/cpp/system/message.cc
+++ b/ios/testing/earl_grey/wait_util.mm
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/public/cpp/system/message.h"
+#include "ios/testing/earl_grey/wait_util.h"
-namespace mojo {
-
-ScopedMessageHandle::~ScopedMessageHandle() {
+namespace testing {
+const NSTimeInterval kSpinDelaySeconds = 0.01;
+const NSTimeInterval kWaitForUIElementTimeout = 4.0;
}
-
-} // namespace mojo
« no previous file with comments | « ios/testing/earl_grey/wait_util.h ('k') | ios/web/ios_web_shell_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698