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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h

Issue 1990703002: [Material][Mac] Update Omnibox bubble decorations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incognito dark color in keyword Created 4 years, 7 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/location_bar_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h
index 239cef421446a14f74c898273b7cf7cf0d822367..45826cf51b650a857138e72e9117f0ff07e671e2 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h
@@ -116,6 +116,9 @@ class LocationBarDecoration {
// some decorations are assigned their icon (vs. creating it themselves).
virtual gfx::VectorIconId GetMaterialVectorIconId() const;
+ // Gets the color used for the divider. Only used in Material design.
+ NSColor* GetDividerColor(bool location_bar_is_dark) const;
+
private:
bool visible_;

Powered by Google App Engine
This is Rietveld 408576698