| Index: chrome/browser/permissions/permission_util.cc
|
| diff --git a/chrome/browser/permissions/permission_util.cc b/chrome/browser/permissions/permission_util.cc
|
| index 3048533bb95a59ea6b259799669f1921d9a2da1b..0643a0f7fc9c37a247e5ce3d82ab37e6f0a642f3 100644
|
| --- a/chrome/browser/permissions/permission_util.cc
|
| +++ b/chrome/browser/permissions/permission_util.cc
|
| @@ -60,10 +60,8 @@ PermissionRequestType PermissionUtil::GetRequestType(
|
| switch (type) {
|
| case content::PermissionType::GEOLOCATION:
|
| return PermissionRequestType::PERMISSION_GEOLOCATION;
|
| -#if defined(ENABLE_NOTIFICATIONS)
|
| case content::PermissionType::NOTIFICATIONS:
|
| return PermissionRequestType::PERMISSION_NOTIFICATIONS;
|
| -#endif
|
| case content::PermissionType::MIDI_SYSEX:
|
| return PermissionRequestType::PERMISSION_MIDI_SYSEX;
|
| case content::PermissionType::PUSH_MESSAGING:
|
|
|