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

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

Issue 23769003: Revert 220500 "Adds the contextMessage field to notifications." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/ui/message_center/cocoa/notification_controller.h
===================================================================
--- trunk/src/ui/message_center/cocoa/notification_controller.h (revision 220506)
+++ trunk/src/ui/message_center/cocoa/notification_controller.h (working copy)
@@ -46,9 +46,6 @@
// Body text of the message. Hidden for list notifications.
base::scoped_nsobject<NSTextField> message_;
- // Context-giving text of the message. Alternate font used to distinguish it.
- base::scoped_nsobject<NSTextField> contextMessage_;
-
// Container for optional list item views.
base::scoped_nsobject<NSView> listItemView_;
« no previous file with comments | « trunk/src/chrome/common/extensions/api/notifications.idl ('k') | trunk/src/ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698