| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 6f64011d9d6fcd1587fa62c87a3f506db1de1a04..3b69f661ac94b9a2dbf33adab9aef0abb6cf9e50 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -453,12 +453,6 @@ void Shell::OnShelfAutoHideBehaviorChanged(WmWindow* root_window) {
|
| OnShelfAutoHideBehaviorChanged(root_window));
|
| }
|
|
|
| -void Shell::NotifyFullscreenStateChange(bool is_fullscreen,
|
| - WmWindow* root_window) {
|
| - FOR_EACH_OBSERVER(ShellObserver, *wm_shell_->shell_observers(),
|
| - OnFullscreenStateChanged(is_fullscreen, root_window));
|
| -}
|
| -
|
| void Shell::CreateModalBackground(aura::Window* window) {
|
| RootWindowControllerList controllers = GetAllRootWindowControllers();
|
| for (RootWindowControllerList::iterator iter = controllers.begin();
|
|
|