| Index: ios/web/shell/test/earl_grey/shell_matchers.h
|
| diff --git a/ios/web/shell/test/earl_grey/shell_matchers.h b/ios/web/shell/test/earl_grey/shell_matchers.h
|
| index f074eee3287e4aa3f878ae6c6f15ee9d3f2d7e3d..2ae057394e87c8ab6646d05b636c27ab57da992b 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_matchers.h
|
| +++ b/ios/web/shell/test/earl_grey/shell_matchers.h
|
| @@ -8,14 +8,6 @@
|
|
|
| namespace web {
|
|
|
| -// TODO(crbug.com/614167): Remove this method when it is no longer used.
|
| -// Shorthand for GREYMatchers::matcherForWebViewContainingText.
|
| -id<GREYMatcher> webViewContainingText(NSString* text);
|
| -
|
| -// TODO(crbug.com/614167): Remove this method when it is no longer used.
|
| -// Shorthand for GREYMatchers::matcherForAddressFieldEqualToText.
|
| -id<GREYMatcher> addressFieldText(NSString* text);
|
| -
|
| // Shorthand for GREYMatchers::matcherForWebViewContainingText.
|
| id<GREYMatcher> webViewContainingText(const std::string& text);
|
|
|
|
|