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

Unified Diff: chrome/browser/safe_browsing/permission_reporter.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: Resolve nits 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/safe_browsing/permission_reporter.h
diff --git a/chrome/browser/safe_browsing/permission_reporter.h b/chrome/browser/safe_browsing/permission_reporter.h
index 917590bf0e13d9de8a5c14abac37437841f74b9d..2f7c85dad933b23e33b8ac18ba52664ce89203b6 100644
--- a/chrome/browser/safe_browsing/permission_reporter.h
+++ b/chrome/browser/safe_browsing/permission_reporter.h
@@ -61,6 +61,7 @@ class PermissionReporter {
bool user_gesture);
private:
+ friend class PermissionReporterBrowserTest;
friend class PermissionReporterTest;
// Used by tests. This constructor allows tests to have access to the

Powered by Google App Engine
This is Rietveld 408576698