| Index: chrome/browser/permissions/permission_request_manager.h
|
| diff --git a/chrome/browser/permissions/permission_request_manager.h b/chrome/browser/permissions/permission_request_manager.h
|
| index 78b626c55d4e1f29cdbe01f6e0e4b91d6c82b148..61360503401b557ab57a3446245590b4a8383790 100644
|
| --- a/chrome/browser/permissions/permission_request_manager.h
|
| +++ b/chrome/browser/permissions/permission_request_manager.h
|
| @@ -17,6 +17,10 @@
|
|
|
| class PermissionBubbleRequest;
|
|
|
| +namespace safe_browsing {
|
| +class PermissionReporterBrowserTest;
|
| +}
|
| +
|
| // Provides access to permissions bubbles. Allows clients to add a request
|
| // callback interface to the existing permission bubble configuration.
|
| // Depending on the situation and policy, that may add new UI to an existing
|
| @@ -102,6 +106,7 @@ class PermissionRequestManager
|
| friend class GeolocationPermissionContextTests;
|
| friend class MockPermissionBubbleFactory;
|
| friend class MockPermissionBubbleView;
|
| + friend class safe_browsing::PermissionReporterBrowserTest;
|
| friend class PermissionRequestManagerTest;
|
| friend class PermissionContextBaseTests;
|
| friend class content::WebContentsUserData<PermissionRequestManager>;
|
|
|