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

Unified Diff: ui/app_list/views/search_box_view.cc

Issue 23072036: Adds an integration test for uninstalling app list search results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit indenting Created 7 years, 4 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: ui/app_list/views/search_box_view.cc
diff --git a/ui/app_list/views/search_box_view.cc b/ui/app_list/views/search_box_view.cc
index ae5d715da358176f1fa9cad6ce285eb449dc86cb..0f9158f4868511d3b9e42577dbb29e219ce7bf34 100644
--- a/ui/app_list/views/search_box_view.cc
+++ b/ui/app_list/views/search_box_view.cc
@@ -182,6 +182,7 @@ void SearchBoxView::SelectionModelChanged() {
void SearchBoxView::TextChanged() {
search_box_->SetText(model_->search_box()->text());
+ NotifyQueryChanged();
}
} // namespace app_list

Powered by Google App Engine
This is Rietveld 408576698