Chromium Code Reviews| Index: components/metrics/proto/omnibox_event.proto |
| diff --git a/components/metrics/proto/omnibox_event.proto b/components/metrics/proto/omnibox_event.proto |
| index afef1a0be98cb5cf93435f4f22cb24c48f07ae65..9e7f13220dab55ee9a529d36eb2f2e04925e504c 100644 |
| --- a/components/metrics/proto/omnibox_event.proto |
| +++ b/components/metrics/proto/omnibox_event.proto |
| @@ -204,6 +204,7 @@ message OmniboxEventProto { |
| // used by Android GSA for on-device |
| // suggestion logging. |
| NAVSUGGEST_PERSONALIZED = 21; // A personalized url. |
| + SEARCH_SUGGEST_ANSWER = 22; // A short result for a suggested search. |
|
Alexei Svitkine (slow)
2014/06/11 17:04:45
Please get this change committed to the google3 ve
Justin Donnelly
2014/06/11 17:21:39
Will do. I assume you're referring to //logs/prot
|
| } |
| optional ResultType result_type = 2; |