// 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.

#import "ios/chrome/browser/settings/ui_bundled/privacy/safe_browsing/safe_browsing_constants.h"

NSString* const kSafeBrowsingEnhancedProtectionScrollViewId =
    @"kSafeBrowsingEnhancedProtectionScrollViewId";

NSString* const kSafeBrowsingStandardProtectionTableViewId =
    @"kSafeBrowsingStandardProtectionTableViewId";

NSString* const kSafeBrowsingStandardProtectionShieldCellId =
    @"kSafeBrowsingStandardProtectionShieldCellId";

NSString* const kSafeBrowsingStandardProtectionMetricCellId =
    @"kSafeBrowsingStandardProtectionMetricCellId";

NSString* const kSafeBrowsingStandardProtectionPasswordLeakCellId =
    @"kSafeBrowsingStandardProtectionPasswordLeakCellId";

NSString* const kSafeBrowsingExtendedReportingCellId =
    @"kSafeBrowsingExtendedReportingCellId";
