Index: content/public/common/platform_notification_data.h |
diff --git a/content/public/common/platform_notification_data.h b/content/public/common/platform_notification_data.h |
index a704efa4c28bf180136531ceb68a2eed7d80b5a3..c5909037a99c3a043cac13520c90e2031e04a0b0 100644 |
--- a/content/public/common/platform_notification_data.h |
+++ b/content/public/common/platform_notification_data.h |
@@ -71,6 +71,10 @@ struct CONTENT_EXPORT PlatformNotificationData { |
// URL of the icon which is to be displayed with the notification. |
GURL icon; |
+ // URL of the small icon for representing the notification. May be empty if |
+ // no url was specified. |
+ GURL small_icon; |
+ |
// Vibration pattern for the notification, following the syntax of the |
// Vibration API. https://www.w3.org/TR/vibration/ |
std::vector<int> vibration_pattern; |