// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_SHELL_BROWSER_SHELL_PERMISSION_MANAGER_H_ #define CONTENT_SHELL_BROWSER_SHELL_PERMISSION_MANAGER_H_ #include "base/functional/callback_forward.h" #include "content/public/browser/permission_controller_delegate.h" #include "content/public/browser/permission_result.h" namespace blink { enum class PermissionType; } namespace content { class ShellPermissionManager : public PermissionControllerDelegate { … }; } // namespace content #endif // CONTENT_SHELL_BROWSER_SHELL_PERMISSION_MANAGER_H_