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..252f6d8e61026de9156ea00e4244074ee375e36d 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. Answers no longer have their |
+ // own type but instead can be attached to |
+ // suggestions of any type. |
} |
optional ResultType result_type = 2; |