mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
Permissions: Remove CONTENT_SETTINGS_TYPE_PUSH_MESSAGING
https://chromium-review.googlesource.com/c/chromium/src/+/758456
This commit is contained in:
committed by
Samuel Attard
parent
4068a62fa6
commit
405adb938b
@@ -151,8 +151,6 @@ v8::Local<v8::Value> Converter<content::PermissionType>::ToV8(
|
||||
switch (val) {
|
||||
case content::PermissionType::MIDI_SYSEX:
|
||||
return StringToV8(isolate, "midiSysex");
|
||||
case content::PermissionType::PUSH_MESSAGING:
|
||||
return StringToV8(isolate, "pushMessaging");
|
||||
case content::PermissionType::NOTIFICATIONS:
|
||||
return StringToV8(isolate, "notifications");
|
||||
case content::PermissionType::GEOLOCATION:
|
||||
|
||||
Reference in New Issue
Block a user