| Index: chrome/browser/notifications/notification.h
|
| diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
|
| index 1d13c4034eb5ba33f13d5d134812b99565995e21..70a0ac9a82291b1407675e515d1472d777e6e7db 100644
|
| --- a/chrome/browser/notifications/notification.h
|
| +++ b/chrome/browser/notifications/notification.h
|
| @@ -125,6 +125,9 @@ class Notification : public message_center::Notification {
|
| // The URL of a large image to be displayed for a a rich notification.
|
| GURL image_url_;
|
|
|
| + // The URL of a small image to be displayed for a a rich notification.
|
| + GURL small_image_url_;
|
| +
|
| // The user-supplied replace ID for the notification.
|
| base::string16 replace_id_;
|
|
|
|
|