// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_SETTINGS_GOOGLE_SERVICES_MANAGE_ACCOUNTS_ACCOUNTS_TABLE_VIEW_CONTROLLER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_GOOGLE_SERVICES_MANAGE_ACCOUNTS_ACCOUNTS_TABLE_VIEW_CONTROLLER_CONSTANTS_H_
#import <Foundation/Foundation.h>
// The accessibility identifier of the view controller's legacy view.
extern NSString* const kSettingsLegacyAccountsTableViewId;
// The accessibility identifier of the view controller's view.
extern NSString* const kSettingsEditAccountListTableViewId;
// The accessibility identifier of the add account cell.
extern NSString* const kSettingsAccountsTableViewAddAccountCellId;
// The accessibility identifier of the signout cell.
extern NSString* const kSettingsAccountsTableViewSignoutCellId;
// The accessibility identifier of the Done button.
extern NSString* const kSettingsAccountsTableViewDoneButtonId;
// Accessibility identifier for the remove account button.
extern NSString* const
kSettingsAccountsRemoveAccountButtonAccessibilityIdentifier;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_GOOGLE_SERVICES_MANAGE_ACCOUNTS_ACCOUNTS_TABLE_VIEW_CONTROLLER_CONSTANTS_H_