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

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

Issue 3046029: [Mac] First pass at final sizing of toolbar items. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Don't disable unit tests for realz, sorry. 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
diff --git a/chrome/browser/cocoa/location_bar/bubble_decoration.h b/chrome/browser/cocoa/location_bar/bubble_decoration.h
index b2403b023f82e91afcec5c95e47b933793a12116..8be1aa7b71132265eb925f559a5c4d70a6b2158a 100644
--- a/chrome/browser/cocoa/location_bar/bubble_decoration.h
+++ b/chrome/browser/cocoa/location_bar/bubble_decoration.h
@@ -47,7 +47,7 @@ class BubbleDecoration : public LocationBarDecoration {
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.
@@ -60,7 +60,6 @@ class BubbleDecoration : public LocationBarDecoration {
// 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