| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 39ad42508b91d844a36d9d82f0720b0d0baafbb1..84c602711c7622b5e36241953e769ae9a7dc4fe4 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -246,9 +246,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Initializes |shelf_|. Does nothing if it's already initialized.
|
| void CreateShelf();
|
|
|
| - // Called when the shelf is created for |root_window|.
|
| - void OnShelfCreatedForRootWindow(WmWindow* root_window);
|
| -
|
| // Creates a virtual keyboard. Deletes the old virtual keyboard if it already
|
| // exists.
|
| void CreateKeyboard();
|
| @@ -356,14 +353,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // TODO(jamescook): Move to Shelf.
|
| void UpdateShelfVisibility();
|
|
|
| - // Called when the alignment for a shelf changes.
|
| - // TODO(jamescook): Move to Shelf.
|
| - void OnShelfAlignmentChanged(WmWindow* root_window);
|
| -
|
| - // Called when the auto-hide behavior for a shelf changes.
|
| - // TODO(jamescook): Move to Shelf.
|
| - void OnShelfAutoHideBehaviorChanged(WmWindow* root_window);
|
| -
|
| // Creates a modal background (a partially-opaque fullscreen window)
|
| // on all displays for |window|.
|
| void CreateModalBackground(aura::Window* window);
|
|
|