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

Unified Diff: ash/shell.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/accelerators/accelerator_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index e0c0cae7526975a51e9a6b97a4d0b4dda6f631e3..ff982a1400721af31ad7cfe10a9687f8d8cf0196 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -328,9 +328,6 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
SystemTrayDelegate* tray_delegate();
SystemTray* system_tray();
- // Returns the size of the grid.
- int GetGridSize() const;
-
static void set_initially_hide_cursor(bool hide) {
initially_hide_cursor_ = hide;
}
@@ -383,9 +380,6 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
void InitLayoutManagersForPrimaryDisplay(
internal::RootWindowController* root_window_controller);
- // Disables the workspace grid layout.
- void DisableWorkspaceGridLayout();
-
// aura::CursorManager::Delegate overrides:
virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
virtual void ShowCursor(bool visible) OVERRIDE;
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698