summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/ui/app_list/app_list_view_delegate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc
index c403376..1f26862 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.cc
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc
@@ -545,6 +545,7 @@ void AppListViewDelegate::ViewInitialized() {
if (hotword_service)
hotword_service->RequestHotwordSession(this);
}
+ OnHotwordStateChanged(service->HotwordEnabled());
}
}