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

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: fix test due to rebase 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 f8fd040a5a4cb69be2ba557ce3c814709d7d7583..a45c75b49e4e5b8bad1a2f447b6822b52b5ad897 100644
--- a/chrome/browser/safe_browsing/permission_reporter.h
+++ b/chrome/browser/safe_browsing/permission_reporter.h
@@ -58,6 +58,7 @@ class PermissionReporter {
PermissionAction action);
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