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

Unified Diff: chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm

Issue 2241323002: [Material][Mac] Incognito Text Color Fix in the Omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/ui/cocoa/location_bar/ev_bubble_decoration.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
index b48bb4ac7623f7732ad77a45a97c108267db2f7c..2adf645fc6f7404b96472ac52fb014a0d2f6758c 100644
--- a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
+++ b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm
@@ -164,3 +164,7 @@ bool EVBubbleDecoration::AcceptsMousePress() {
ui::NinePartImageIds EVBubbleDecoration::GetBubbleImageIds() {
return IMAGE_GRID(IDR_OMNIBOX_EV_BUBBLE);
}
+
+NSColor* EVBubbleDecoration::GetDarkModeTextColor() {
+ return [NSColor whiteColor];
+}
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h ('k') | chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698