Chromium Code Reviews| Index: ash/shelf/shelf_layout_manager.h |
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h |
| index 505a65bf424d5ed77bf1e90c46af5488e0ab484a..7241da1de0677ac72e9e36091e50596097fee827 100644 |
| --- a/ash/shelf/shelf_layout_manager.h |
| +++ b/ash/shelf/shelf_layout_manager.h |
| @@ -335,6 +335,8 @@ class ASH_EXPORT ShelfLayoutManager |
| // UpdateBoundsAndOpacity() again from SetChildBounds(). |
| bool updating_bounds_; |
| + bool in_shutdown_ = false; |
| + |
| // Current state. |
| State state_; |