notification.h | 71 // Copies the internal on-memory state from |base|, i.e. shown_as_popup, 148 bool shown_as_popup() const { return shown_as_popup_; } function in class:message_center::Notification 149 void set_shown_as_popup(bool shown_as_popup) { 150 shown_as_popup_ = shown_as_popup;
|