| Index: chrome/browser/ui/views/tabs/tab.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
|
| index 82a3f366c2157aeebdb1596738d60320ec76f63d..d2b1e76a9d5a865905c1f4b9dfc2782372868384 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -949,7 +949,7 @@ void Tab::OnMouseCaptureLost() {
|
| }
|
|
|
| void Tab::OnMouseEntered(const ui::MouseEvent& event) {
|
| - hover_controller_.Show();
|
| + hover_controller_.Show(views::GlowHoverController::SUBTLE);
|
| }
|
|
|
| void Tab::OnMouseMoved(const ui::MouseEvent& event) {
|
|
|