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

Unified Diff: ash/wm/workspace_controller.h

Issue 10910164: Removes the grid from ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ShelfBrowserTest Created 8 years, 3 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_window_resizer_unittest.cc ('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 46d6efb4b22cc9bb00e0b43020deb830220e6f7b..dfdd06454785c03cd0ec25734b9ceaa56ec78092 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -25,8 +25,7 @@ class WorkspaceEventFilter;
class WorkspaceLayoutManager;
// WorkspaceController acts as a central place that ties together all the
-// various workspace pieces: WorkspaceManager, WorkspaceLayoutManager and
-// WorkspaceEventFilter.
+// various workspace pieces.
class ASH_EXPORT WorkspaceController
: public aura::client::ActivationChangeObserver {
public:
@@ -39,10 +38,6 @@ class ASH_EXPORT WorkspaceController
// Returns true if in maximized or fullscreen mode.
bool IsInMaximizedMode() const;
- // Sets the size of the grid.
- void SetGridSize(int grid_size);
- int GetGridSize() const;
-
// Returns the current window state.
WorkspaceWindowState GetWindowState() const;
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer_unittest.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698