// Copyright 2022 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_PRIVACY_SAFE_BROWSING_SAFE_BROWSING_CONSTANTS_H_
#define IOS_CHROME_BROWSER_SETTINGS_UI_BUNDLED_PRIVACY_SAFE_BROWSING_SAFE_BROWSING_CONSTANTS_H_

#import <Foundation/Foundation.h>

// The accessibility identifier of the Safe Browsing Enhanced Protection table
// view.
extern NSString* const kSafeBrowsingEnhancedProtectionScrollViewId;

// The accessibility identifier of the Safe Browsing Standard Protection table
// view.
extern NSString* const kSafeBrowsingStandardProtectionTableViewId;

// The accessibility identifier of the Safe Browsing Standard Protection shield
// cell.
extern NSString* const kSafeBrowsingStandardProtectionShieldCellId;

// The accessibility identifier of the Safe Browsing Standard Protection metric
// cell.
extern NSString* const kSafeBrowsingStandardProtectionMetricCellId;

// The accessibility identifier of the Safe Browsing Standard Protection
// password leak cell.
extern NSString* const kSafeBrowsingStandardProtectionPasswordLeakCellId;

// The accessibility identifier of the Safe Browsing Extended Reporting switch
// cell.
extern NSString* const kSafeBrowsingExtendedReportingCellId;

#endif  // IOS_CHROME_BROWSER_SETTINGS_UI_BUNDLED_PRIVACY_SAFE_BROWSING_SAFE_BROWSING_CONSTANTS_H_
