| Index: ios/chrome/test/earl_grey/chrome_matchers.h
|
| diff --git a/ios/chrome/test/earl_grey/chrome_matchers.h b/ios/chrome/test/earl_grey/chrome_matchers.h
|
| index f6ac5f0b5cb1f3df68278bc83a7c46e8fd3d36b6..7ea077c47b91898d29769f5a43b638d91761d74b 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_matchers.h
|
| +++ b/ios/chrome/test/earl_grey/chrome_matchers.h
|
| @@ -88,6 +88,9 @@ id<GREYMatcher> CollectionViewSwitchCell(NSString* accessibilityIdentifier,
|
| // a link.
|
| id<GREYMatcher> OpenLinkInNewTabMenuItem();
|
|
|
| +// Matcher for the done button on the navigation bar.
|
| +id<GREYMatcher> NavigationBarDoneButton();
|
| +
|
| } // namespace chrome_test_util
|
|
|
| #endif // IOS_CHROME_TEST_EARL_GREY_CHROME_MATCHERS_H_
|
|
|