| Index: ios/web/public/test/earl_grey/web_view_matchers.h
|
| diff --git a/ios/web/public/test/earl_grey/web_view_matchers.h b/ios/web/public/test/earl_grey/web_view_matchers.h
|
| index 68066b1790c7b2c3b117fe0ed879f0db5a61b63f..9f52db501d10db4127dfd1d101745744eea470a5 100644
|
| --- a/ios/web/public/test/earl_grey/web_view_matchers.h
|
| +++ b/ios/web/public/test/earl_grey/web_view_matchers.h
|
| @@ -10,10 +10,6 @@
|
|
|
| namespace web {
|
|
|
| -// TODO(crbug.com/614167): Remove this method when it is no longer used.
|
| -// Shorthand for GREYMatchers::matcherForWebViewContainingText:inWebState.
|
| -id<GREYMatcher> webViewContainingText(NSString* text, web::WebState* webState);
|
| -
|
| // Shorthand for GREYMatchers::matcherForWebViewContainingText:inWebState.
|
| id<GREYMatcher> webViewContainingText(const std::string& text,
|
| web::WebState* webState);
|
|
|