Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3057)

Unified Diff: chrome/browser/permissions/permission_request_manager.h

Issue 2164513002: Add browsertest for permission action reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-hooks-to-permission-layer2
Patch Set: Add gesture test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/permissions/permission_uma_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 de5655e861f0edbe3df088ce58714b12b1523394..631dbeda55746673b2f6d178b9bdd805dd4a2bc0 100644
--- a/chrome/browser/permissions/permission_request_manager.h
+++ b/chrome/browser/permissions/permission_request_manager.h
@@ -17,6 +17,10 @@
class PermissionRequest;
+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>;
« no previous file with comments | « no previous file | chrome/browser/permissions/permission_uma_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698