| Index: chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| index 6c1d3d9963363f20b4270cfa07b78fafd78092d5..a2341bb67ef43b0ae5a50d3fa38a4fa8ecdefef9 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| @@ -255,11 +255,6 @@ class BrowserActionsContainer
|
| // Retrieve the current popup. This should only be used by unit tests.
|
| gfx::NativeView TestGetPopup();
|
|
|
| - // During testing we can disable animations by setting this flag to true,
|
| - // so that the bar resizes instantly, instead of having to poll it while it
|
| - // animates to open/closed status.
|
| - static bool disable_animations_during_testing_;
|
| -
|
| protected:
|
| // Overridden from views::View:
|
| void ViewHierarchyChanged(
|
|
|