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

Unified Diff: ui/message_center/cocoa/tray_view_controller.h

Issue 22441006: [MC] Add the product name to the tray controller's title. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move string Created 7 years, 4 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/cocoa/tray_controller.mm ('k') | ui/message_center/cocoa/tray_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/tray_view_controller.h
diff --git a/ui/message_center/cocoa/tray_view_controller.h b/ui/message_center/cocoa/tray_view_controller.h
index e1e9ca2fe45b7d6c07ad36a5c339619cc2dc6166..cb9379b877c8eaf5b00641fcee9bfcda953097d3 100644
--- a/ui/message_center/cocoa/tray_view_controller.h
+++ b/ui/message_center/cocoa/tray_view_controller.h
@@ -13,6 +13,7 @@
#include "base/mac/scoped_block.h"
#import "base/mac/scoped_nsobject.h"
+#include "base/strings/string16.h"
#include "ui/message_center/message_center_export.h"
@class HoverImageButton;
@@ -107,6 +108,9 @@ MESSAGE_CENTER_EXPORT
testingAnimationEndedCallback_;
}
+// The title that is displayed at the top of the message center tray.
+@property(copy, nonatomic) NSString* trayTitle;
+
// Designated initializer.
- (id)initWithMessageCenter:(message_center::MessageCenter*)messageCenter;
« no previous file with comments | « ui/message_center/cocoa/tray_controller.mm ('k') | ui/message_center/cocoa/tray_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698