notification.h | 44 string16 expanded_message; member in class:message_center::RichNotificationData 98 const string16& expanded_message() const { function in class:message_center::Notification 99 return optional_fields_.expanded_message; 101 void set_expanded_message(const string16& expanded_message) { 102 optional_fields_.expanded_message = expanded_message;
|