| 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_;
|
|
|
|
|