| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index d86fd28b1927842502e6308b0062a3b6b482da30..39ad42508b91d844a36d9d82f0720b0d0baafbb1 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -364,11 +364,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // TODO(jamescook): Move to Shelf.
|
| void OnShelfAutoHideBehaviorChanged(WmWindow* root_window);
|
|
|
| - // Notifies |observers_| when entering or exiting fullscreen mode in
|
| - // |root_window|.
|
| - // TODO(hidehiko): Rename this to NotifyFullscreenStateChanged.
|
| - void NotifyFullscreenStateChange(bool is_fullscreen, WmWindow* root_window);
|
| -
|
| // Creates a modal background (a partially-opaque fullscreen window)
|
| // on all displays for |window|.
|
| void CreateModalBackground(aura::Window* window);
|
|
|