| Index: ui/message_center/message_center_style.h
 | 
| diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
 | 
| index 6622b3fc6abfd38a408ce75e204865f2db388f00..51ab6652f943eb2cbeaaada33344104a931ff44c 100644
 | 
| --- a/ui/message_center/message_center_style.h
 | 
| +++ b/ui/message_center/message_center_style.h
 | 
| @@ -61,6 +61,11 @@ const int kIconToTextPadding = 16;  // H space between icon & title/message.
 | 
|  const int kTextTopPadding = 12;     // V space between text elements.
 | 
|  const int kIconBottomPadding = 16;  // Minimum non-zero V space between icon
 | 
|                                      // and frame.
 | 
| +// H space between the context message and the end of the card.
 | 
| +const int kTextRightPadding = 23;
 | 
| +const int kTextLeftPadding = kNotificationIconSize + kIconToTextPadding;
 | 
| +const int kContextMessageViewWidth =
 | 
| +    kNotificationWidth - kTextLeftPadding - kTextRightPadding;
 | 
|  
 | 
|  // Text sizes.
 | 
|  const int kTitleFontSize = 14;             // For title only.
 | 
| 
 |