Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: components/metrics/proto/omnibox_event.proto

Issue 815273002: Remove and deprecate SEARCH_SUGGEST_ANSWER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698