| Index: chrome/browser/ui/views/tabs/tab.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h
|
| index ed370d9541fa6ea3465b1d6c580b2ef9d4411e7c..7e86503938bdbdfe64f28fab250fe6f53155b615 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.h
|
| +++ b/chrome/browser/ui/views/tabs/tab.h
|
| @@ -105,6 +105,10 @@ class Tab : public ui::AnimationDelegate,
|
| // immersive mode light bar. crbug.com/166929
|
| void UpdateIconDominantColor();
|
|
|
| + views::GlowHoverController* hover_controller() {
|
| + return &hover_controller_;
|
| + }
|
| +
|
| // Returns the minimum possible size of a single unselected Tab.
|
| static gfx::Size GetMinimumUnselectedSize();
|
| // Returns the minimum possible size of a selected Tab. Selected tabs must
|
|
|