Index: ash/sysui/app_list_presenter_mus.cc |
diff --git a/ash/sysui/app_list_presenter_mus.cc b/ash/sysui/app_list_presenter_mus.cc |
index 5fe60b76111b0c50eb41f9834ea6797ec8d95e57..fb86591de19a5e2d7e49285de6360d84375009e3 100644 |
--- a/ash/sysui/app_list_presenter_mus.cc |
+++ b/ash/sysui/app_list_presenter_mus.cc |
@@ -45,6 +45,10 @@ void AppListPresenterMus::ToggleAppList(int64_t display_id) { |
presenter_->ToggleAppList(display_id); |
} |
+bool AppListPresenterMus::IsVisible() const { |
+ return false; |
+} |
+ |
bool AppListPresenterMus::GetTargetVisibility() const { |
// TODO(mfomitchev): we have GetTargetVisibility() in mojom, but this |
// shouldn't be a synchronous method. We should go through the call sites and |