pref_names.cc 518 B

12345678910111213141516
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/security_interstitials/core/pref_names.h"
  5. namespace prefs {
  6. const char kRecurrentSSLInterstitial[] = "profile.ssl_recurrent_interstitial";
  7. const char kMixedFormsWarningsEnabled[] = "profile.mixed_forms_warnings";
  8. const char kLookalikeWarningAllowlistDomains[] =
  9. "profile.lookalike_domain_allowlist";
  10. } // namespace prefs