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) {
|
switch (val) {
|
||||||
case content::PermissionType::MIDI_SYSEX:
|
case content::PermissionType::MIDI_SYSEX:
|
||||||
return StringToV8(isolate, "midiSysex");
|
return StringToV8(isolate, "midiSysex");
|
||||||
case content::PermissionType::PUSH_MESSAGING:
|
|
||||||
return StringToV8(isolate, "pushMessaging");
|
|
||||||
case content::PermissionType::NOTIFICATIONS:
|
case content::PermissionType::NOTIFICATIONS:
|
||||||
return StringToV8(isolate, "notifications");
|
return StringToV8(isolate, "notifications");
|
||||||
case content::PermissionType::GEOLOCATION:
|
case content::PermissionType::GEOLOCATION:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue