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

Unified Diff: ios/web/shell/test/earl_grey/shell_matchers.mm

Issue 2008183004: Remove Earl Grey matcher APIs taking NSString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/web/shell/test/earl_grey/shell_matchers.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/earl_grey/shell_matchers.mm
diff --git a/ios/web/shell/test/earl_grey/shell_matchers.mm b/ios/web/shell/test/earl_grey/shell_matchers.mm
index 7bd54671dce82f14d29e8210886323999e4e5323..6763f9ca8235ab10213d3d200ab2ff6769d579e2 100644
--- a/ios/web/shell/test/earl_grey/shell_matchers.mm
+++ b/ios/web/shell/test/earl_grey/shell_matchers.mm
@@ -15,16 +15,6 @@
namespace web {
-id<GREYMatcher> webViewContainingText(NSString* text) {
- return [GREYMatchers
- matcherForWebViewContainingText:base::SysNSStringToUTF8(text)];
-}
-
-id<GREYMatcher> addressFieldText(NSString* text) {
- return [GREYMatchers
- matcherForAddressFieldEqualToText:base::SysNSStringToUTF8(text)];
-}
-
id<GREYMatcher> webViewContainingText(const std::string& text) {
return [GREYMatchers matcherForWebViewContainingText:text];
}
« no previous file with comments | « ios/web/shell/test/earl_grey/shell_matchers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698