Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: chrome/renderer/resources/extensions/notifications_custom_bindings.js

Issue 102473005: Refresh for the Chrome notifications image template. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac unit test Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')
});
}
« no previous file with comments | « chrome/browser/extensions/api/notifications/notifications_api.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698