Chromium Code Reviews| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
| index e77e6065b7553b44885d96ce3a34fddaaa324a53..9cc7058af2586ae752009fc89469135a6dbe6771 100644 |
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
| @@ -189,6 +189,9 @@ class LocationBarViewMac : public LocationBar, |
| AutocompleteTextField* GetAutocompleteTextField() { return field_; } |
| + // Returns true if the location bar is dark. |
|
Nico
2016/05/11 19:13:33
comment just repeats the method name
spqchan
2016/05/12 17:40:05
Done.
|
| + bool IsLocationBarDark() const; |
| + |
| ManagePasswordsDecoration* manage_passwords_decoration() { |
| return manage_passwords_decoration_.get(); |
| } |