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

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
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..d862c5ec2220589579653b26eccb584a36618a9f 100644
--- a/ui/app_list/search_result.cc
+++ b/ui/app_list/search_result.cc
@@ -30,7 +30,8 @@ SearchResult::SearchResult()
display_type_(DISPLAY_LIST),
voice_result_(false),
is_installing_(false),
- percent_downloaded_(0) {
+ percent_downloaded_(0),
+ distance_from_origin_(-1) {
}
SearchResult::~SearchResult() {

Powered by Google App Engine
This is Rietveld 408576698