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

Unified Diff: content/common/permission_service.mojom

Issue 801613004: Implement WebPermissionClient for Document and Worker contexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with comments Created 5 years, 9 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/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index 9dd952dbe44f50cb51fc7da655583380c45a8c32..2ed9d3eb837e9316ec2ac281af817d6d3cd7d15a 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -8,8 +8,9 @@ import "content/public/common/permission_status.mojom";
enum PermissionName {
GEOLOCATION,
- MIDI_SYSEX,
NOTIFICATIONS,
+ PUSH_NOTIFICATIONS,
+ MIDI_SYSEX,
PROTECTED_MEDIA_IDENTIFIER,
};

Powered by Google App Engine
This is Rietveld 408576698