| Index: chrome/browser/ui/toolbar/toolbar_actions_bar.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar.h b/chrome/browser/ui/toolbar/toolbar_actions_bar.h
|
| index 03f5b04f6aa56b6d6a16ef613e1ce49d1d3e69a2..00fc415c5382e549dad7ee319bb3b6eba5c3171a 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_actions_bar.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_actions_bar.h
|
| @@ -179,8 +179,8 @@ class ToolbarActionsBar : public extensions::ExtensionToolbarModel::Observer {
|
| // adjusting a lot of actions at once.
|
| bool suppress_layout_;
|
|
|
| - // True if we should suppress animation; we typically do this e.g. when
|
| - // switching tabs changes the state of the icons.
|
| + // True if we should suppress animation; we do this when first creating the
|
| + // toolbar, and also when switching tabs changes the state of the icons.
|
| bool suppress_animation_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ToolbarActionsBar);
|
|
|