summaryrefslogtreecommitdiff
path: root/chromium/components/permissions/switches.cc
blob: e7546311c54542ed74f0f08eab4268f9075fc95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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