Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2336)

Unified Diff: ash/app_list/app_list_delegate_impl.cc

Issue 2952763002: SearchBoxView now enables/disables cursor based on user interaction. (Closed)
Patch Set: SearchBoxView now enables/disables cursor based on user interaction. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/app_list/app_list_delegate_impl.cc
diff --git a/ash/app_list/app_list_delegate_impl.cc b/ash/app_list/app_list_delegate_impl.cc
index 396b94fa6e4f4e6d18be1914b40d460b4cbffa72..301aa2302342edb510e40674ff92d5ed3f6ea2f8 100644
--- a/ash/app_list/app_list_delegate_impl.cc
+++ b/ash/app_list/app_list_delegate_impl.cc
@@ -24,7 +24,7 @@ void AppListDelegateImpl::OnAppListVisibilityChanged(bool visible,
if (app_list::features::IsFullscreenAppListEnabled()) {
aura::Window* root_window =
Shell::Get()->GetRootWindowForDisplayId(display_id);
- Shell::Get()->OnAppListVisibilityChanged(visible, root_window);
+ Shell::Get()->NotifyAppListVisibilityChanged(visible, root_window);
}
}

Powered by Google App Engine
This is Rietveld 408576698