Permissions: Remove CONTENT_SETTINGS_TYPE_PUSH_MESSAGING
https://chromium-review.googlesource.com/c/chromium/src/+/758456
This commit is contained in:
parent
4068a62fa6
commit
405adb938b
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue