Index: ash/wm/workspace/base_workspace_manager.h |
diff --git a/ash/wm/workspace/base_workspace_manager.h b/ash/wm/workspace/base_workspace_manager.h |
index bce6650684db83e72f465e91258ac9b7b762d245..fb6499ea31d7eab78bf46be0e031f77de98fa759 100644 |
--- a/ash/wm/workspace/base_workspace_manager.h |
+++ b/ash/wm/workspace/base_workspace_manager.h |
@@ -25,11 +25,6 @@ class ASH_EXPORT BaseWorkspaceManager { |
// Returns true if in maximized or fullscreen mode. |
virtual bool IsInMaximizedMode() const = 0; |
- // Sets the size of the grid. Newly added windows are forced to align to the |
- // size of the grid. |
- virtual void SetGridSize(int size) = 0; |
- virtual int GetGridSize() const = 0; |
- |
// Returns the current window state. |
virtual WorkspaceWindowState GetWindowState() const = 0; |