blob: e7546311c54542ed74f0f08eab4268f9075fc95c [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.
#include "components/permissions/switches.h"
namespace permissions {
namespace switches {
// Prevents permission prompts from appearing by denying instead of showing
// prompts.
const char kDenyPermissionPrompts[] = "deny-permission-prompts";
} // namespace switches
} // namespace permissions