| Index: chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
|
| index 7f1e3028dca558639bcb31b100ac1090d4b45355..323ad0e619383fe00ce6587a5f6505ea36bcb0e2 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc
|
| @@ -72,10 +72,6 @@ void AppWindowLauncherItemController::SetActiveWindow(aura::Window* window) {
|
| last_active_window_ = app_window;
|
| }
|
|
|
| -bool AppWindowLauncherItemController::IsOpen() const {
|
| - return !windows_.empty();
|
| -}
|
| -
|
| bool AppWindowLauncherItemController::IsVisible() const {
|
| // Return true if any windows are visible.
|
| for (const auto* window : windows_) {
|
|
|