Chromium Code Reviews| Index: ui/aura_shell/workspace/workspace.cc |
| =================================================================== |
| --- ui/aura_shell/workspace/workspace.cc (revision 110305) |
| +++ ui/aura_shell/workspace/workspace.cc (working copy) |
| @@ -239,7 +239,7 @@ |
| bool Workspace::CanAdd(aura::Window* window) const { |
| // TODO(oshima): This should be based on available space and the |
| // size of the |window|. |
| - NOTIMPLEMENTED(); |
| + //NOTIMPLEMENTED(); |
|
sky
2011/11/16 17:13:06
Did you intend to comment this out?
|
| return windows_.size() < g_max_windows_per_workspace; |
| } |