| Index: chrome/renderer/extensions/notifications_native_handler.cc
|
| diff --git a/chrome/renderer/extensions/notifications_native_handler.cc b/chrome/renderer/extensions/notifications_native_handler.cc
|
| index a08284b2783a9454c82187e993c678d7afb8f9da..4b438b339432854a8d8138c3c6af74fcdd4d4192 100644
|
| --- a/chrome/renderer/extensions/notifications_native_handler.cc
|
| +++ b/chrome/renderer/extensions/notifications_native_handler.cc
|
| @@ -38,6 +38,8 @@ void NotificationsNativeHandler::GetNotificationImageSizes(
|
| dict->SetInteger("image.height", bitmap_sizes.image_size.height());
|
| dict->SetInteger("buttonIcon.width", bitmap_sizes.button_icon_size.width());
|
| dict->SetInteger("buttonIcon.height", bitmap_sizes.button_icon_size.height());
|
| + dict->SetInteger("smallIcon.width", bitmap_sizes.small_icon_size.width());
|
| + dict->SetInteger("smallIcon.height", bitmap_sizes.small_icon_size.height());
|
|
|
| scoped_ptr<content::V8ValueConverter> converter(
|
| content::V8ValueConverter::create());
|
|
|