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

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

Issue 2622603003: Hide icons in message center on lock screen (Closed)
Patch Set: Mentioned about height parameter Created 3 years, 11 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_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 752ac231e4f5ab3ac943a6bec0623d5beaf6e09d..41b40187a52a80ec3a3643e1d2ea08de0a46bdbd 100644
--- a/ui/message_center/views/message_center_button_bar.h
+++ b/ui/message_center/views/message_center_button_bar.h
@@ -43,6 +43,8 @@ class MessageCenterButtonBar : public views::View,
void SetCloseAllButtonEnabled(bool enabled);
MESSAGE_CENTER_EXPORT views::Button* GetCloseAllButtonForTest() const;
+ MESSAGE_CENTER_EXPORT views::Button* GetSettingsButtonForTest() const;
+ MESSAGE_CENTER_EXPORT views::Button* GetQuietModeButtonForTest() const;
// Sometimes we shouldn't see the back arrow (not in settings).
void SetBackArrowVisible(bool visible);
@@ -50,6 +52,8 @@ class MessageCenterButtonBar : public views::View,
// Update the label of the title.
void SetTitle(const base::string16& title);
+ void SetButtonsVisible(bool visible);
+
private:
// Updates the layout manager which can have differing configuration
// depending on the visibility of different parts of the button bar.
« no previous file with comments | « no previous file | ui/message_center/views/message_center_button_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698