summaryrefslogtreecommitdiffstats
path: root/ui/message_center/notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/message_center/notification.cc')
-rw-r--r--ui/message_center/notification.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
index 6056620..6633a01 100644
--- a/ui/message_center/notification.cc
+++ b/ui/message_center/notification.cc
@@ -46,6 +46,7 @@ RichNotificationData::RichNotificationData(const RichNotificationData& other)
should_make_spoken_feedback_for_popup_updates(
other.should_make_spoken_feedback_for_popup_updates),
clickable(other.clickable),
+ vibration_pattern(other.vibration_pattern),
silent(other.silent) {}
RichNotificationData::~RichNotificationData() {}