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..b3d2badead3bc0094cc48b0eb8b7995767d5ae08 100644 |
--- a/chrome/browser/safe_browsing/permission_reporter.h |
+++ b/chrome/browser/safe_browsing/permission_reporter.h |
@@ -55,7 +55,8 @@ class PermissionReporter { |
// //src/chrome/common/safe_browsing/permission_report.proto |
void SendReport(const GURL& origin, |
content::PermissionType permission, |
- PermissionAction action); |
+ PermissionAction action, |
+ PermissionSourceUI source_ui); |
private: |
friend class PermissionReporterTest; |
@@ -73,6 +74,7 @@ class PermissionReporter { |
static bool BuildReport(const GURL& origin, |
content::PermissionType permission, |
PermissionAction action, |
+ PermissionSourceUI source_ui, |
std::string* output); |
// Returns false if the number of reports sent in the last one minute per |