| Index: ui/app_list/search_controller.cc
|
| diff --git a/ui/app_list/search_controller.cc b/ui/app_list/search_controller.cc
|
| index dfdf67899426245625d089b2e781016d568e7b0b..9894492aac597c89ea6fd4126a51b65708a93156 100644
|
| --- a/ui/app_list/search_controller.cc
|
| +++ b/ui/app_list/search_controller.cc
|
| @@ -82,6 +82,8 @@ void SearchController::OpenResult(SearchResult* result, int event_flags) {
|
| result->display_type(),
|
| SearchResult::DISPLAY_TYPE_LAST);
|
|
|
| + UMA_HISTOGRAM_COUNTS_100(kSearchQueryLength, search_box_->text().size());
|
| +
|
| result->Open(event_flags);
|
|
|
| if (history_ && history_->IsReady()) {
|
|
|