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

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

Issue 2848523002: Fix use-after-free in MessageListView. (Closed)
Patch Set: 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..fa1e90c686a31c8c3b23014ed075fa1200dc2549 100644
--- a/ui/message_center/views/message_center_view.h
+++ b/ui/message_center/views/message_center_view.h
@@ -155,7 +155,7 @@ class MESSAGE_CENTER_EXPORT MessageCenterView
// ignored.
bool is_closing_;
- bool is_clearing_ = false;
+ bool is_clearing_all_notifications_ = false;
bool is_locked_ = false;
// Current view mode. During animation, it is the target mode.
« 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