| Index: ash/wm/workspace/workspace_manager.h
|
| diff --git a/ash/wm/workspace/workspace_manager.h b/ash/wm/workspace/workspace_manager.h
|
| index 624fc7eaeee7035dde5414d70a7178e84c8b4858..6a010442f9d42f708b1fabc2863cf8d27a39c755 100644
|
| --- a/ash/wm/workspace/workspace_manager.h
|
| +++ b/ash/wm/workspace/workspace_manager.h
|
| @@ -59,8 +59,6 @@ class ASH_EXPORT WorkspaceManager : public BaseWorkspaceManager {
|
|
|
| // BaseWorkspaceManager overrides:
|
| virtual bool IsInMaximizedMode() const OVERRIDE;
|
| - virtual void SetGridSize(int size) OVERRIDE;
|
| - virtual int GetGridSize() const OVERRIDE;
|
| virtual WorkspaceWindowState GetWindowState() const OVERRIDE;
|
| virtual void SetShelf(ShelfLayoutManager* shelf) OVERRIDE;
|
| virtual void SetActiveWorkspaceByWindow(aura::Window* window) OVERRIDE;
|
|
|