chromium/components/permissions/switches.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 COMPONENTS_PERMISSIONS_SWITCHES_H_
#define COMPONENTS_PERMISSIONS_SWITCHES_H_

namespace permissions {
namespace switches {

extern const char kDenyPermissionPrompts[];

}  // namespace switches
}  // namespace permissions

#endif  // COMPONENTS_PERMISSIONS_SWITCHES_H_