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

Unified Diff: ui/message_center/cocoa/tray_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
Index: ui/message_center/cocoa/tray_controller.h
diff --git a/ui/message_center/cocoa/tray_controller.h b/ui/message_center/cocoa/tray_controller.h
index d855cd80c18c851aa5ab0a150f1c6aefe1195fb7..bb790db6a8f0010c14fe9eea7e0393d003680452 100644
--- a/ui/message_center/cocoa/tray_controller.h
+++ b/ui/message_center/cocoa/tray_controller.h
@@ -32,6 +32,8 @@ MESSAGE_CENTER_EXPORT
id clickEventMonitor_;
}
+@property(readonly, nonatomic) MCTrayViewController* viewController;
+
// Designated initializer.
- (id)initWithMessageCenterTray:(message_center::MessageCenterTray*)tray;
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm ('k') | ui/message_center/cocoa/tray_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698