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

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

Issue 1645843003: Implement Non-Closable Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary property. Created 4 years, 10 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 | « ui/message_center/notification.cc ('k') | ui/message_center/views/message_center_button_bar.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_button_bar.h
diff --git a/ui/message_center/views/message_center_button_bar.h b/ui/message_center/views/message_center_button_bar.h
index 74c7b84640513f62c96915c9243030c5d121251a..e7932abd1b5463d0344a9938994ae8810f5cc477 100644
--- a/ui/message_center/views/message_center_button_bar.h
+++ b/ui/message_center/views/message_center_button_bar.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "build/build_config.h"
+#include "ui/message_center/message_center_export.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/controls/button/image_button.h"
#include "ui/views/view.h"
@@ -43,6 +44,8 @@ class MessageCenterButtonBar : public views::View,
// Sometimes we shouldn't see the close-all button.
void SetCloseAllButtonEnabled(bool enabled);
+ MESSAGE_CENTER_EXPORT views::Button* GetCloseAllButtonForTest() const;
+
// Sometimes we shouldn't see the back arrow (not in settings).
void SetBackArrowVisible(bool visible);
« no previous file with comments | « ui/message_center/notification.cc ('k') | ui/message_center/views/message_center_button_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698