Chromium Code Reviews| Index: ui/app_list/views/search_result_container_view.cc |
| diff --git a/ui/app_list/views/search_result_container_view.cc b/ui/app_list/views/search_result_container_view.cc |
| index f2cd4d8962cbbe52611680e92a4691afcc378685..a91a1422c80fcb511684eea9a0c566dcf316e245 100644 |
| --- a/ui/app_list/views/search_result_container_view.cc |
| +++ b/ui/app_list/views/search_result_container_view.cc |
| @@ -27,7 +27,7 @@ void SearchResultContainerView::SetResults( |
| if (results_) |
| results_->AddObserver(this); |
| - Update(); |
| + DoUpdate(); |
|
Matt Giuca
2014/11/13 00:08:51
I don't see the relevance of this change. Was this
calamity
2014/11/13 03:44:50
Oops. This was a relic of when I was had a Preferr
|
| } |
| void SearchResultContainerView::ScheduleUpdate() { |