| 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 5d9ab5e6943ada9a566a171f5b419014ae233457..b5e56e493b104e03a90b07d06d90474672bd8df1 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| +++ b/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| @@ -171,4 +171,9 @@ id<GREYMatcher> NavigationBarDoneButton() {
|
| return ButtonWithAccessibilityLabelId(IDS_IOS_NAVIGATION_BAR_DONE_BUTTON);
|
| }
|
|
|
| +id<GREYMatcher> AccountConsistencySetupSigninButton() {
|
| + return ButtonWithAccessibilityLabelId(
|
| + IDS_IOS_ACCOUNT_CONSISTENCY_SETUP_SIGNIN_BUTTON);
|
| +}
|
| +
|
| } // namespace chrome_test_util
|
|
|