| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 91aff2ab400d546f964d3f6b7fe1f1d3530bf3f5..d4587091598c1b1e5296a78d0c88776b44dd62e9 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -351,13 +351,6 @@ void Shell::DeactivateKeyboard() {
|
| keyboard::KeyboardController::ResetInstance(nullptr);
|
| }
|
|
|
| -void Shell::ShowShelf() {
|
| - RootWindowControllerList controllers = GetAllRootWindowControllers();
|
| - for (RootWindowControllerList::iterator iter = controllers.begin();
|
| - iter != controllers.end(); ++iter)
|
| - (*iter)->ShowShelf();
|
| -}
|
| -
|
| #if defined(OS_CHROMEOS)
|
| bool Shell::ShouldSaveDisplaySettings() {
|
| return !(
|
|
|