| Index: ios/chrome/test/earl_grey/chrome_matchers.mm
|
| diff --git a/ios/chrome/test/earl_grey/chrome_matchers.mm b/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| index bf7833c9c31efeb93ed9c42f37f6a7a95fcc638e..e0ec40c8f5379fe1d3509534b7c1467a59fa27b4 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| +++ b/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| @@ -231,4 +231,8 @@ id<GREYMatcher> OpenLinkInNewTabMenuItem() {
|
| return ButtonWithAccessibilityLabelId(IDS_IOS_CONTENT_CONTEXT_OPENLINKNEWTAB);
|
| }
|
|
|
| +id<GREYMatcher> NavigationBarDoneButton() {
|
| + return ButtonWithAccessibilityLabelId(IDS_IOS_NAVIGATION_BAR_DONE_BUTTON);
|
| +}
|
| +
|
| } // namespace chrome_test_util
|
|
|