Index: chrome/common/metrics/proto/omnibox_event.proto |
diff --git a/chrome/common/metrics/proto/omnibox_event.proto b/chrome/common/metrics/proto/omnibox_event.proto |
index a46c2874e3d6d7277f5d7b66a40a9ab8313a5e84..5be8428e159c6301efea4dfc6e159eb20832be3d 100644 |
--- a/chrome/common/metrics/proto/omnibox_event.proto |
+++ b/chrome/common/metrics/proto/omnibox_event.proto |
@@ -119,6 +119,12 @@ message OmniboxEventProto { |
// The relevance score for this suggestion. |
optional int32 relevance = 3; |
+ // How many times this result was typed in / selected from the omnibox. |
+ // Only set for some providers and result_types. At the time of |
+ // writing this comment, it is only set for HistoryURL and |
+ // HistoryQuickProvider matches. |
+ optional int32 typed_count = 5; |
Ilya Sherman
2012/06/12 21:25:10
nit: Since you're adding this out of sequential or
Mark P
2012/06/12 21:53:49
Done.
|
+ |
// Whether this item is starred (bookmarked) or not. |
optional bool is_starred = 4; |
} |