blob: 987d3625ef58bca6d1315d82725b04be56680c7c [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/os_crypt/os_crypt_pref_names_mac.h"
namespace os_crypt {
namespace prefs {
const char kKeyCreated[] = "os_crypt.key_created";
const char kKeyOverwritingPreventions[] =
"os_crypt.key_overwriting_preventions";
} // namespace prefs
} // namespace os_crypt