Index: chrome/browser/cocoa/status_bubble_mac.mm |
diff --git a/chrome/browser/cocoa/status_bubble_mac.mm b/chrome/browser/cocoa/status_bubble_mac.mm |
index 3a3dc681092392f43a3c9ab44e5b3acfd4962e12..2db160faee85f2711a23dfc8d5dbedbe023f2efa 100644 |
--- a/chrome/browser/cocoa/status_bubble_mac.mm |
+++ b/chrome/browser/cocoa/status_bubble_mac.mm |
@@ -355,6 +355,7 @@ void StatusBubbleMac::FadeOut() { |
[textShadow setShadowOffset:NSMakeSize(0.0f, -1.0f)]; |
NSDictionary* textDict = [NSDictionary dictionaryWithObjectsAndKeys: |
+ textColor, NSForegroundColorAttributeName, |
textFont, NSFontAttributeName, |
textShadow, NSShadowAttributeName, |
nil]; |