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

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

Issue 9241001: clang: Force colors on when building with ninja. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « chrome/OWNERS ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/notification_controller.h
diff --git a/ui/message_center/cocoa/notification_controller.h b/ui/message_center/cocoa/notification_controller.h
index c051dd89a7bed066069456f7515930daeb84cd9d..cb3b656defc0a5dd7da614b49a13da5f9b17ab6a 100644
--- a/ui/message_center/cocoa/notification_controller.h
+++ b/ui/message_center/cocoa/notification_controller.h
@@ -46,6 +46,9 @@ MESSAGE_CENTER_EXPORT
// Body text of the message.
scoped_nsobject<NSTextField> message_;
+ // Container for optional list item views.
+ scoped_nsobject<NSView> listItemView_;
+
// Container for optional items at the bottom of the notification.
scoped_nsobject<NSView> bottomView_;
}
« no previous file with comments | « chrome/OWNERS ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698