Index: components/metrics/proto/omnibox_event.proto |
diff --git a/components/metrics/proto/omnibox_event.proto b/components/metrics/proto/omnibox_event.proto |
index e28d0bdd4d9e4382a977642ecd1ed0f4f82451c6..e132649e7cec548ebdf6428d15d87b0ac80ef426 100644 |
--- a/components/metrics/proto/omnibox_event.proto |
+++ b/components/metrics/proto/omnibox_event.proto |
@@ -217,7 +217,9 @@ 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. |
+ SEARCH_SUGGEST_ANSWER = 22; // DEPRECATED. Use other ResultTypes for |
Justin Donnelly
2014/12/23 14:54:38
Change to "DEPRECATED. Answers no longer have thei
dschuyler
2014/12/23 20:00:15
Done.
|
+ // answers to classify their origin (such |
+ // as entity or profile). |
} |
optional ResultType result_type = 2; |