| Index: chrome/browser/cocoa/location_bar/bubble_decoration.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/location_bar/bubble_decoration.h (revision 54684)
|
| +++ chrome/browser/cocoa/location_bar/bubble_decoration.h (working copy)
|
| @@ -46,7 +46,7 @@
|
| FRIEND_TEST_ALL_PREFIXES(SelectedKeywordDecorationTest,
|
| UsesPartialKeywordIfNarrow);
|
|
|
| - // Contains font attribute for drawing |label_|.
|
| + // Contains font and color attribute for drawing |label_|.
|
| scoped_nsobject<NSDictionary> attributes_;
|
|
|
| // Image drawn in the left side of the bubble.
|
| @@ -59,7 +59,6 @@
|
| // constructor.
|
| scoped_nsobject<NSColor> background_color_;
|
| scoped_nsobject<NSColor> border_color_;
|
| - scoped_nsobject<NSColor> text_color_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BubbleDecoration);
|
| };
|
|
|