blob: c00a4a08c42a7adcebbc61829859f23d01fbb54a [file] [log] [blame]
// Copyright 2020 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.
module blink.mojom;
// This enum is used to distinguish between report-only directives and enforcing
// directives.
enum PolicyDisposition {
kEnforce,
kReport,
};