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

Unified Diff: ash/wm/workspace_controller.h

Issue 9113045: Reworks the workspace code. Here's the new heuristics: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged and all that good stuff. Created 8 years, 11 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/workspace_observer.h ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index 2d65e4238d7166dbd1c1dad5e9f2af4bb0c12281..9e541d984f45720e9a1489ae4478d18113c1e56a 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -7,7 +7,6 @@
#pragma once
#include "ash/launcher/launcher_model_observer.h"
-#include "ash/wm/workspace/workspace_observer.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "ui/aura/root_window_observer.h"
@@ -35,7 +34,6 @@ class WorkspaceManager;
class ASH_EXPORT WorkspaceController :
public aura::RootWindowObserver,
public aura::WindowObserver,
- public ash::internal::WorkspaceObserver,
public ash::LauncherModelObserver {
public:
explicit WorkspaceController(aura::Window* workspace_viewport);
@@ -58,13 +56,6 @@ class ASH_EXPORT WorkspaceController :
const char* key,
void* old) OVERRIDE;
- // WorkspaceObserver overrides:
- virtual void WindowMoved(WorkspaceManager* manager,
- aura::Window* source,
- aura::Window* target) OVERRIDE;
- virtual void ActiveWorkspaceChanged(WorkspaceManager* manager,
- Workspace* old) OVERRIDE;
-
// Invoked after an item has been added to the model.
virtual void LauncherItemAdded(int index) OVERRIDE;
virtual void LauncherItemRemoved(int index) OVERRIDE;
« no previous file with comments | « ash/wm/workspace/workspace_observer.h ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698