blob: 44cf0d2f570232fdd734498dd6b578d4e3aac48b [file] [log] [blame]
// 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_