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

Unified Diff: ui/app_list/views/search_result_list_view.h

Issue 2609843004: Fix the Crash in the launcher's start page (a better approach). (Closed)
Patch Set: Created 3 years, 12 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_result_list_view.h
diff --git a/ui/app_list/views/search_result_list_view.h b/ui/app_list/views/search_result_list_view.h
index c8649b54c18f5dffb35167bf131fd39223dc18b9..661989e37c99d00654508b04bef0e0948ce009e2 100644
--- a/ui/app_list/views/search_result_list_view.h
+++ b/ui/app_list/views/search_result_list_view.h
@@ -64,7 +64,7 @@ class APP_LIST_EXPORT SearchResultListView : public gfx::AnimationDelegate,
friend class test::SearchResultListViewTest;
// Overridden from SearchResultContainerView:
- int Update() override;
+ int DoUpdate() override;
void UpdateSelectedIndex(int old_selected, int new_selected) override;
// Updates the auto launch states.

Powered by Google App Engine
This is Rietveld 408576698