| 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 910040f9dc56b75dbd84da48003c25650d4e0105..a6432d87090bc61edc9b29c8224ffdc0592ca4a7 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_matchers.h
|
| +++ b/ios/chrome/test/earl_grey/chrome_matchers.h
|
| @@ -92,6 +92,9 @@ id<GREYMatcher> OpenLinkInNewTabButton();
|
| // Matcher for the done button on the navigation bar.
|
| id<GREYMatcher> NavigationBarDoneButton();
|
|
|
| +// Returns matcher for the account consistency setup signin button.
|
| +id<GREYMatcher> AccountConsistencySetupSigninButton();
|
| +
|
| } // namespace chrome_test_util
|
|
|
| #endif // IOS_CHROME_TEST_EARL_GREY_CHROME_MATCHERS_H_
|
|
|