chromium/ios/chrome/browser/ui/settings/tabs/tabs_settings_constants.h

// 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_UI_SETTINGS_TABS_TABS_SETTINGS_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_SETTINGS_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;

#endif  // IOS_CHROME_BROWSER_UI_SETTINGS_TABS_TABS_SETTINGS_CONSTANTS_H_