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

Unified Diff: chrome/browser/cocoa/location_bar/bubble_decoration.h

Issue 3007025: Merge 54188 - [Mac] First pass at final sizing of toolbar items.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 5 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698