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

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: another comment fix 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
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 51%
copy from mojo/public/cpp/system/message.cc
copy to ios/testing/earl_grey/wait_util.mm
index 09d8d46e6dd15407bd123489ab8bdacdfef381c6..d1acb8b31bd4e072697bef9c77f9789e2dac6e5c 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 kWaitForElementTimeout = 4.0;
}
-
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698