chromium/ios/chrome/browser/ui/settings/privacy/privacy_constants.mm

// 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/ui/settings/privacy/privacy_constants.h"

NSString* const kPrivacyTableViewId = @"kPrivacyTableViewId";

NSString* const kPrivacyLockdownModeCellId = @"kPrivacyLockdownModeCellId";

NSString* const kPrivacySafeBrowsingTableViewId =
    @"kPrivacySafeBrowsingTableViewId";

NSString* const kSettingsPrivacySafeBrowsingCellId =
    @"kSettingsPrivacySafeBrowsingCellId";

NSString* const kSettingsSafeBrowsingEnhancedProtectionCellId =
    @"kSettingsSafeBrowsingEnhancedProtectionCellId";

NSString* const kSettingsSafeBrowsingStandardProtectionCellId =
    @"kSettingsSafeBrowsingStandardProtectionCellId";

NSString* const kSettingsSafeBrowsingNoProtectionCellId =
    @"kSettingsSafeBrowsingNoProtectionCellId";