blob: b0e0b5352c7c539a30840c745ce9efbb568462ba [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// 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_SETTINGS_TABLE_VIEW_CONTROLLER_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_SETTINGS_TABLE_VIEW_CONTROLLER_CONSTANTS_H_
#import <Foundation/Foundation.h>
// The accessibility identifier of the settings TableView.
extern NSString* const kSettingsTableViewId;
// The accessibility identifier of the sign in cell.
extern NSString* const kSettingsSignInCellId;
// The accessibility identifier of the account cell.
extern NSString* const kSettingsAccountCellId;
// The accessibility identifier of the Search Engine cell.
extern NSString* const kSettingsSearchEngineCellId;
// The accessibility identifier of the Managed Search Engine cell.
extern NSString* const kSettingsManagedSearchEngineCellId;
// The accessibility identifier of the Voice Search cell.
extern NSString* const kSettingsVoiceSearchCellId;
// The accessibility identifier of the Sync and Google services cell.
extern NSString* const kSettingsGoogleSyncAndServicesCellId;
// The accessibility identifier of the Passwords cell.
extern NSString* const kSettingsPasswordsCellId;
// The accessibility identifier of the Payment Methods cell.
extern NSString* const kSettingsPaymentMethodsCellId;
// The accessibility identifier of the Addresses and More cell.
extern NSString* const kSettingsAddressesAndMoreCellId;
// The accessibility identifier of the Privacy cell.
extern NSString* const kSettingsPrivacyCellId;
// The accessibility identifier of the Article Suggestions cell.
extern NSString* const kSettingsArticleSuggestionsCellId;
// The accessibility identifier of the Languages cell.
extern NSString* const kSettingsLanguagesCellId;
// The accessibility identifier of the Content Settings cell.
extern NSString* const kSettingsContentSettingsCellId;
// The accessibility identifier of the Bandwidth cell.
extern NSString* const kSettingsBandwidthCellId;
// The accessibility identifier of the About cell.
extern NSString* const kSettingsAboutCellId;
// The accessibility identifier of the Open Source Licences cell.
extern NSString* const kSettingsOpenSourceLicencesCellId;
// The accessibility identifier of the TOS cell.
extern NSString* const kSettingsTOSCellId;
// The accessibility identifier of the Privacy Notice cell.
extern NSString* const kSettingsPrivacyNoticeCellId;
// The accessibility identifier of the Preload cell.
extern NSString* const kSettingsPreloadCellId;
// The accessibility identifier of the Block Popups cell.
extern NSString* const kSettingsBlockPopupsCellId;
// The accessibility identifier of the Default Apps cell.
extern NSString* const kSettingsDefaultAppsCellId;
// The accessibility identifier of the Add Language cell.
extern NSString* const kSettingsAddLanguageCellId;
// The accessibility identifier of the Clear Browsing Data cell.
extern NSString* const kSettingsClearBrowsingDataCellId;
// The accessibility identifier of the Handoff cell.
extern NSString* const kSettingsHandoffCellId;
// The accessibility identifier of the Cookies cell.
extern NSString* const kSettingsCookiesCellId;
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_SETTINGS_TABLE_VIEW_CONTROLLER_CONSTANTS_H_