chromium/components/permissions/switches.cc

// 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 "components/permissions/switches.h"

namespace permissions {
namespace switches {

// Prevents permission prompts from appearing by denying instead of showing
// prompts.
const char kDenyPermissionPrompts[] =;

}  // namespace switches
}  // namespace permissions