blob: 328b63a5b4a6c716a85a5b5adaa8176f45f7d541 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/browser/pref_types.h"
namespace extensions {
// Records the number of corrupted extensions that have been disabled.
const PrefMap kCorruptedDisableCount = {"extensions.corrupted_disable_count",
PrefType::kInteger,
PrefScope::kProfile};
// Records the user permissions.
const PrefMap kUserPermissions = {"extensions.user_permissions",
PrefType::kDictionary, PrefScope::kProfile};
} // namespace extensions