| Index: chrome/renderer/resources/extensions/notifications_custom_bindings.js
|
| diff --git a/chrome/renderer/resources/extensions/notifications_custom_bindings.js b/chrome/renderer/resources/extensions/notifications_custom_bindings.js
|
| index 915439ea7e34165663c216de33fef5607c52e94f..fb8264d18687031fe3df841b867cce9e4a24c0ea 100644
|
| --- a/chrome/renderer/resources/extensions/notifications_custom_bindings.js
|
| +++ b/chrome/renderer/resources/extensions/notifications_custom_bindings.js
|
| @@ -42,7 +42,7 @@ function replaceNotificationOptionURLs(notification_details, callback) {
|
| $Array.push(url_specs, {
|
| path: notification_details.imageUrl,
|
| width: 360,
|
| - height: 540,
|
| + height: 240,
|
| callback: image_data_setter(notification_details, 'imageBitmap')
|
| });
|
| }
|
|
|