Index: ui/message_center/notification.cc |
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc |
index 605662083dd0c0ec3d81bb69eda73b5bbf92eb89..6633a014d76038ea6676174cd3379cff2a10b5f9 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() {} |