// Copyright 2023 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_SETTINGS_UI_BUNDLED_TABS_TABS_SETTINGS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_SETTINGS_UI_BUNDLED_TABS_TABS_SETTINGS_CONSTANTS_H_

#import <Foundation/Foundation.h>

// The accessibility identifier of the Tabs setting table view.
extern NSString* const kTabsSettingsTableViewId;

// The accessibility identifier of the Inactive tabs setting table view.
extern NSString* const kInactiveTabsSettingsTableViewId;

// The accessibility identifier of the Start surface setting cell.
extern NSString* const kSettingsStartSurfaceCellId;

#endif  // IOS_CHROME_BROWSER_SETTINGS_UI_BUNDLED_TABS_TABS_SETTINGS_CONSTANTS_H_
