| Index: chrome/browser/ui/views/tabs/base_tab_strip.h
|
| diff --git a/chrome/browser/ui/views/tabs/base_tab_strip.h b/chrome/browser/ui/views/tabs/base_tab_strip.h
|
| index 34fd07048f73a07b72f62fee523f47ea5ef3df03..a27bdcab6b4fe0c52396f7b90377268d6050069f 100644
|
| --- a/chrome/browser/ui/views/tabs/base_tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/base_tab_strip.h
|
| @@ -173,7 +173,7 @@ class BaseTabStrip : public views::View,
|
| virtual void StartMiniTabAnimation();
|
|
|
| // Returns whether the highlight button should be highlighted after a remove.
|
| - virtual bool ShouldHighlightCloseButtonAfterRemove() { return true; }
|
| + virtual bool ShouldHighlightCloseButtonAfterRemove();
|
|
|
| // Animates all the views to their ideal bounds.
|
| // NOTE: this does *not* invoke GenerateIdealBounds, it uses the bounds
|
|
|