Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: ui/message_center/views/message_center_view.h

Issue 2833403002: [Notifications] Fix crash in AddNotification. (Closed)
Patch Set: Add TODO Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_center_view.h
diff --git a/ui/message_center/views/message_center_view.h b/ui/message_center/views/message_center_view.h
index 60f9d73d8fb9ab0e88abac13ce4ad25377d1b492..aebbc3fbd594090ee196f70aba8ae10f3f57e2d4 100644
--- a/ui/message_center/views/message_center_view.h
+++ b/ui/message_center/views/message_center_view.h
@@ -122,6 +122,7 @@ class MESSAGE_CENTER_EXPORT MessageCenterView
void UpdateButtonBarStatus();
void EnableCloseAllIfAppropriate();
void SetNotificationViewForTest(MessageView* view);
+ void UpdateNotification(const std::string& notification_id);
MessageCenter* message_center_; // Weak reference.
MessageCenterTray* tray_; // Weak reference.
« no previous file with comments | « no previous file | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698