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

Unified Diff: ui/app_list/search_result.cc

Issue 1132943004: Add Apps.AppListSearchResultDistanceFromOrigin UMA stat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_query_length_stat
Patch Set: Created 5 years, 7 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
« no previous file with comments | « ui/app_list/search_result.h ('k') | ui/app_list/views/search_result_container_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result.cc
diff --git a/ui/app_list/search_result.cc b/ui/app_list/search_result.cc
index 87bea21334f15fe203c441f86ec9f532dc00fa1a..a84fc1df7bf08c550b4365871ff451f8987c7238 100644
--- a/ui/app_list/search_result.cc
+++ b/ui/app_list/search_result.cc
@@ -28,6 +28,7 @@ SearchResult::Action::~Action() {}
SearchResult::SearchResult()
: relevance_(0),
display_type_(DISPLAY_LIST),
+ distance_from_origin_(-1),
voice_result_(false),
is_installing_(false),
percent_downloaded_(0) {
« no previous file with comments | « ui/app_list/search_result.h ('k') | ui/app_list/views/search_result_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698