Bug 1068739 - Record position of search suggestion that was tapped in telemetry. r=mfinkle

This commit is contained in:
Margaret Leibovic 2014-10-03 14:37:19 -04:00
Родитель cbf3e3251b
Коммит 85d924885e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -109,7 +109,7 @@ public class SuggestionsFragment extends Fragment {
view.getGlobalVisibleRect(startBounds);
// The user tapped on a suggestion from the search engine.
Telemetry.sendUIEvent(TelemetryContract.Event.SEARCH, TelemetryContract.Method.SUGGESTION, "suggest");
Telemetry.sendUIEvent(TelemetryContract.Event.SEARCH, TelemetryContract.Method.SUGGESTION, position);
searchListener.onSearch(suggestion.value, new SuggestionAnimation() {
@Override