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

Unified Diff: content/public/browser/permission_type.h

Issue 2791623004: [sensors][permission] Add new permission types in permission module. (Closed)
Patch Set: Rebase + add blank line in ONWERS file. Created 3 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: content/public/browser/permission_type.h
diff --git a/content/public/browser/permission_type.h b/content/public/browser/permission_type.h
index 071add679ca44938ebcf72b0fab38f3855c84273..22b3c3b983ff8b1b43bbeec1413504c96e4bc0f5 100644
--- a/content/public/browser/permission_type.h
+++ b/content/public/browser/permission_type.h
@@ -24,6 +24,7 @@ enum class PermissionType {
VIDEO_CAPTURE = 9,
BACKGROUND_SYNC = 10,
FLASH = 11,
+ SENSORS = 12,
// Always keep this at the end.
NUM,

Powered by Google App Engine
This is Rietveld 408576698