Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / message_center / notification_list.h
index 3ea8112..a15ad0b 100644 (file)
@@ -112,9 +112,6 @@ class MESSAGE_CENTER_EXPORT NotificationList {
   // Marks a specific popup item as displayed.
   void MarkSinglePopupAsDisplayed(const std::string& id);
 
-  // Marks the specified notification as expanded in the notification center.
-  void MarkNotificationAsExpanded(const std::string& id);
-
   NotificationDelegate* GetNotificationDelegate(const std::string& id);
 
   bool quiet_mode() const { return quiet_mode_; }