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

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

Issue 1961803002: Remove NoNotificationMessageView from empty message center (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 3d7420549eee77fc218a8be1c531da18b4288e9a..8dc07d69ff45e5b6d3974f33a13fa752910fd097 100644
--- a/ui/message_center/views/message_center_button_bar.h
+++ b/ui/message_center/views/message_center_button_bar.h
@@ -39,7 +39,7 @@ class MessageCenterButtonBar : public views::View,
// Enables or disables all of the buttons in the center. This is used to
// prevent user clicks during the close-all animation.
- virtual void SetAllButtonsEnabled(bool enabled);
+ void SetSettingsAndQuietModeButtonsEnabled(bool enabled);
// Sometimes we shouldn't see the close-all button.
void SetCloseAllButtonEnabled(bool enabled);
« 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