blob: 281e81cfb9cadc27c87c9398435e948e15b81bba [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.
#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_