Permissions: Remove CONTENT_SETTINGS_TYPE_PUSH_MESSAGING

https://chromium-review.googlesource.com/c/chromium/src/+/758456
This commit is contained in:
deepak1556 2018-04-13 01:53:27 +05:30 committed by Samuel Attard
parent 4068a62fa6
commit 405adb938b

View file

@ -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: