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 5b608c0d3b2b5d668b2978a1461743be45e3b39c..40bd98d0873aab72df91fb7682101fcc6ad6bfd2 100644 |
--- a/content/public/common/platform_notification_data.h |
+++ b/content/public/common/platform_notification_data.h |
@@ -51,6 +51,10 @@ struct CONTENT_EXPORT PlatformNotificationData { |
// URL of the icon which is to be displayed with the notification. |
GURL icon; |
+ // Vibration pattern for the notification, following the syntax of the |
+ // Vibration API. https://www.w3.org/TR/vibration/ |
+ std::vector<int> vibration_pattern; |
+ |
// Whether default notification indicators (sound, vibration, light) should |
// be suppressed. |
bool silent = false; |