| Index: ios/web/public/test/earl_grey/web_view_matchers.mm
|
| diff --git a/ios/web/public/test/earl_grey/web_view_matchers.mm b/ios/web/public/test/earl_grey/web_view_matchers.mm
|
| index f020141347772863f552ab479dd1c5f469de776e..5e83240867312e98ddd9d1b67ad56759d5aebba3 100644
|
| --- a/ios/web/public/test/earl_grey/web_view_matchers.mm
|
| +++ b/ios/web/public/test/earl_grey/web_view_matchers.mm
|
| @@ -22,12 +22,6 @@ char kGetDocumentBodyJavaScript[] =
|
|
|
| namespace web {
|
|
|
| -id<GREYMatcher> webViewContainingText(NSString* text, web::WebState* webState) {
|
| - return [GREYMatchers
|
| - matcherForWebViewContainingText:base::SysNSStringToUTF8(text)
|
| - inWebState:webState];
|
| -}
|
| -
|
| id<GREYMatcher> webViewContainingText(const std::string& text,
|
| web::WebState* webState) {
|
| return
|
|
|