| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| index 73a61160769df3b9599bfc76f205551147536103..d523736414c7699c0dec2a582ef131aeac8fed33 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| @@ -222,10 +222,6 @@ class OmniboxViewViews
|
| // allow the user to select just a portion of the text.
|
| bool select_all_on_mouse_release_;
|
|
|
| - // Used to keep track of the visible caret color so that it can be restored
|
| - // after the caret has been hidden.
|
| - SkColor visible_caret_color_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(OmniboxViewViews);
|
| };
|
|
|
|
|