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

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: Remove android tests + Move MockReportSender to separate file 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
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/safe_browsing/mock_report_sender.h » ('j') | chrome/browser/safe_browsing/mock_report_sender.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698