notification.h | 45 string16 expanded_message; member in class:message_center::RichNotificationData 104 const string16& expanded_message() const { function in class:message_center::Notification 105 return optional_fields_.expanded_message; 107 void set_expanded_message(const string16& expanded_message) { 108 optional_fields_.expanded_message = expanded_message;
|