Index: ash/wm/workspace/workspace_manager.h |
diff --git a/ash/wm/workspace/workspace_manager.h b/ash/wm/workspace/workspace_manager.h |
index 6da00e7e17076c9556e635f22902202f3066ffba..4f80f367ba0af14b3da92f385379ada14f040e9c 100644 |
--- a/ash/wm/workspace/workspace_manager.h |
+++ b/ash/wm/workspace/workspace_manager.h |
@@ -85,9 +85,6 @@ class ASH_EXPORT WorkspaceManager { |
void set_grid_size(int size) { grid_size_ = size; } |
int grid_size() const { return grid_size_; } |
- // Returns a bounds aligned to the grid. Returns |bounds| if grid_size is 0. |
- gfx::Rect AlignBoundsToGrid(const gfx::Rect& bounds); |
- |
void set_shelf(ShelfLayoutManager* shelf) { shelf_ = shelf; } |
// Updates the visibility and whether any windows overlap the shelf. |