| 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 d6f4fe63930d8d1ecf928c799b8adda59b274598..80b55f6cf701af87ac2ace3d4bf256b29289931a 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.h
|
| +++ b/chrome/browser/ui/views/tabs/tab.h
|
| @@ -103,6 +103,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
|
|
|