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

Unified Diff: trunk/src/ui/message_center/message_center_style.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/message_center_style.h
===================================================================
--- trunk/src/ui/message_center/message_center_style.h (revision 220506)
+++ trunk/src/ui/message_center/message_center_style.h (working copy)
@@ -43,10 +43,10 @@
// and frame.
// Text sizes.
-extern const int kTitleFontSize; // For title only.
-extern const int kTitleLineHeight; // In DIPs.
-extern const int kMessageFontSize; // For everything but title.
-extern const int kMessageLineHeight; // In DIPs.
+extern const int kTitleFontSize; // For title only.
+extern const int kTitleLineHeight; // In DIPs.
+extern const int kMessageFontSize; // For everything but title.
+extern const int kMessageLineHeight; // In DIPs.
// Colors.
extern const SkColor kNotificationBackgroundColor; // Background of the card.
@@ -54,7 +54,7 @@
// than the icon view.
extern const SkColor kRegularTextColor; // Title, message, ...
extern const SkColor kDimTextColor;
-extern const SkColor kFocusBorderColor; // The focus border.
+extern const SkColor kFocusBorderColor; // The focus border.
// Limits.
@@ -91,7 +91,6 @@
const int kTitleLineLimit = 3;
const int kMessageCollapsedLineLimit = 3;
const int kMessageExpandedLineLimit = 7;
-const int kContextMessageLineLimit = 1;
// Around notifications ////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698