Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2304)

Unified Diff: ash/wm/workspace/managed_workspace.cc

Issue 11201002: Removes worskpace 1 code. Will rename next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove constants and add back kDisableLoginAnimations Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/workspace/managed_workspace.h ('k') | ash/wm/workspace/maximized_workspace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/wm/workspace/managed_workspace.h ('k') | ash/wm/workspace/maximized_workspace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698