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

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

Issue 327003003: [AiS] Add a new AutocompleteMatchType for Answers in Suggest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months 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 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;

Powered by Google App Engine
This is Rietveld 408576698