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

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

Issue 318173002: Fix the notification center label. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
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 524a01f2c59d0d4b640d89fd8dd5504fa22a7e7b..583c8c30cc41dc7d654150a504f89e7f2b561c99 100644
--- a/ui/message_center/views/message_center_button_bar.h
+++ b/ui/message_center/views/message_center_button_bar.h
@@ -43,6 +43,9 @@ class MessageCenterButtonBar : public views::View,
// Sometimes we shouldn't see the back arrow (not in settings).
void SetBackArrowVisible(bool visible);
+ // Set user visible title of the Notification Tray.
+ void SetNotificationTitle(const base::string16& new_title);
+
private:
// Updates the layout manager which can have differing configuration
// depending on the visibilty of different parts of the button bar.

Powered by Google App Engine
This is Rietveld 408576698