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

Unified Diff: chrome/common/safe_browsing/permission_report.proto

Issue 2339093002: [HBD] Add Plugins permission type and PermissionContext (Closed)
Patch Set: [HBD] Add Plugins permission type and PermissionContext Created 4 years, 3 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 | « chrome/browser/safe_browsing/permission_reporter.cc ('k') | content/public/browser/permission_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/safe_browsing/permission_report.proto
diff --git a/chrome/common/safe_browsing/permission_report.proto b/chrome/common/safe_browsing/permission_report.proto
index 73a6ce9d1a2a164bb2f8f66ea98e001aeb797b9d..5e32491715641a08b5c330341b0fc41d78f0b125 100644
--- a/chrome/common/safe_browsing/permission_report.proto
+++ b/chrome/common/safe_browsing/permission_report.proto
@@ -95,6 +95,8 @@ message PermissionReport {
DURABLE_STORAGE = 7;
AUDIO_CAPTURE = 8;
VIDEO_CAPTURE = 9;
+ BACKGROUND_SYNC = 10;
+ PLUGINS = 11;
}
// Whether the decision on a prompt was persisted.
« no previous file with comments | « chrome/browser/safe_browsing/permission_reporter.cc ('k') | content/public/browser/permission_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698