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

Unified Diff: ui/message_center/cocoa/tray_controller.mm

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.h ('k') | ui/message_center/cocoa/tray_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/tray_controller.mm
diff --git a/ui/message_center/cocoa/tray_controller.mm b/ui/message_center/cocoa/tray_controller.mm
index 38ca2fd3a08fbdd299cc128d6258cdb93c06a1be..f911ec98353894c10c40e3fcb14a4cfd01675088 100644
--- a/ui/message_center/cocoa/tray_controller.mm
+++ b/ui/message_center/cocoa/tray_controller.mm
@@ -69,6 +69,10 @@
[super dealloc];
}
+- (MCTrayViewController*)viewController {
+ return viewController_.get();
+}
+
- (void)close {
[viewController_ onWindowClosing];
[super close];
« no previous file with comments | « ui/message_center/cocoa/tray_controller.h ('k') | ui/message_center/cocoa/tray_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698