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

Unified Diff: ash/wm/workspace/workspace_manager.cc

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_manager.h ('k') | ash/wm/workspace/workspace_manager2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_manager.cc
diff --git a/ash/wm/workspace/workspace_manager.cc b/ash/wm/workspace/workspace_manager.cc
index 95fee2756570ed0ee9319a022dcdaffe898a6abc..ca87dc738379047c8f628b58aeef7291d4b4adb7 100644
--- a/ash/wm/workspace/workspace_manager.cc
+++ b/ash/wm/workspace/workspace_manager.cc
@@ -148,14 +148,6 @@ bool WorkspaceManager::IsInMaximizedMode() const {
active_workspace_->type() == Workspace::TYPE_MAXIMIZED;
}
-void WorkspaceManager::SetGridSize(int size) {
- grid_size_ = size;
-}
-
-int WorkspaceManager::GetGridSize() const {
- return grid_size_;
-}
-
WorkspaceWindowState WorkspaceManager::GetWindowState() const {
if (!shelf_ || !active_workspace_)
return WORKSPACE_WINDOW_STATE_DEFAULT;
« no previous file with comments | « ash/wm/workspace/workspace_manager.h ('k') | ash/wm/workspace/workspace_manager2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698