| Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| index 53815888f144b2eeb4f66e44bc78d0453b174d80..3e25bdbc371ecd4c979d13540fe3307b5fd39223 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| @@ -48,6 +48,9 @@ class BubbleDecoration : public LocationBarDecoration {
|
| // from. |frame| is the decoration's frame in the containing cell.
|
| NSRect GetImageRectInFrame(NSRect frame);
|
|
|
| + // Returns the text color when the theme is dark.
|
| + virtual NSColor* GetDarkModeTextColor();
|
| +
|
| private:
|
| friend class SelectedKeywordDecorationTest;
|
| FRIEND_TEST_ALL_PREFIXES(SelectedKeywordDecorationTest,
|
|
|