| Index: chrome/browser/views/tabs/tab_strip.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_strip.h (revision 2596)
|
| +++ chrome/browser/views/tabs/tab_strip.h (working copy)
|
| @@ -293,8 +293,7 @@
|
|
|
| // True if a resize layout animation should be run a short delay after the
|
| // mouse exits the TabStrip.
|
| - // TODO(beng): (Cleanup) this would be better named "needs_resize_layout_".
|
| - bool resize_layout_scheduled_;
|
| + bool needs_resize_layout_;
|
|
|
| // The timer used to update frames for the Loading Animation.
|
| base::RepeatingTimer<TabStrip> loading_animation_timer_;
|
|
|