chromium/extensions/browser/allowlist_state.h

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

#ifndef EXTENSIONS_BROWSER_ALLOWLIST_STATE_H_
#define EXTENSIONS_BROWSER_ALLOWLIST_STATE_H_

namespace extensions {

// The Safe Browsing extension allowlist states.
//
// Note that not allowlisted extensions are only disabled if the allowlist
// enforcement is enabled.
enum AllowlistState {};

// The acknowledge states for the Safe Browsing CRX allowlist enforcements.
enum AllowlistAcknowledgeState {};

}  // namespace extensions

#endif  // EXTENSIONS_BROWSER_ALLOWLIST_STATE_H_