| Index: chrome/browser/ui/cocoa/hover_close_button.h
|
| diff --git a/chrome/browser/ui/cocoa/hover_close_button.h b/chrome/browser/ui/cocoa/hover_close_button.h
|
| index 5d809b19d9e4784bc093867c91f5427ee6093cf8..231a83f566cd0ca37175ccb6540b8a8b9502891f 100644
|
| --- a/chrome/browser/ui/cocoa/hover_close_button.h
|
| +++ b/chrome/browser/ui/cocoa/hover_close_button.h
|
| @@ -20,6 +20,9 @@
|
| HoverState previousState_;
|
| }
|
|
|
| +// The color of the icon in its idle (not-hovering) state.
|
| +@property(nonatomic) SkColor iconColor;
|
| +
|
| @end
|
|
|
| // A version of HoverCloseButton with the "x" icon changed to match the WebUI
|
|
|