| Index: ash/common/wm/window_state.cc
|
| diff --git a/ash/common/wm/window_state.cc b/ash/common/wm/window_state.cc
|
| index c6654c0c265102a76890031d58d65bbe792727cd..811438697aaa94469a0949678ae69f4e66fcec84 100644
|
| --- a/ash/common/wm/window_state.cc
|
| +++ b/ash/common/wm/window_state.cc
|
| @@ -116,7 +116,7 @@ bool WindowState::ShouldBeExcludedFromMru() const {
|
| }
|
|
|
| bool WindowState::CanMaximize() const {
|
| - // Window must have the kCanMaximizeKey and have no maximum width or height.
|
| + // Window must allow maximization and have no maximum width or height.
|
| if (!window_->CanMaximize())
|
| return false;
|
|
|
|
|