| Index: ash/wm/workspace/managed_workspace.cc
|
| diff --git a/ash/wm/workspace/managed_workspace.cc b/ash/wm/workspace/managed_workspace.cc
|
| deleted file mode 100644
|
| index 4c9306e6ca91be87f5e1d45d570528872e18ccdb..0000000000000000000000000000000000000000
|
| --- a/ash/wm/workspace/managed_workspace.cc
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "ash/wm/workspace/managed_workspace.h"
|
| -
|
| -#include "ash/wm/window_util.h"
|
| -
|
| -namespace ash {
|
| -namespace internal {
|
| -
|
| -ManagedWorkspace::ManagedWorkspace(WorkspaceManager* manager)
|
| - : Workspace(manager, TYPE_MANAGED) {
|
| -}
|
| -
|
| -ManagedWorkspace::~ManagedWorkspace() {
|
| -}
|
| -
|
| -bool ManagedWorkspace::CanAdd(aura::Window* window) const {
|
| - return !wm::IsWindowFullscreen(window) && !wm::IsWindowMaximized(window);
|
| -}
|
| -
|
| -void ManagedWorkspace::OnWindowAddedAfter(aura::Window* window,
|
| - aura::Window* after) {
|
| -}
|
| -
|
| -void ManagedWorkspace::OnWindowRemoved(aura::Window* window) {
|
| -}
|
| -
|
| -} // namespace internal
|
| -} // namespace ash
|
|
|