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

Unified Diff: chrome/common/metrics/proto/omnibox_event.proto

Issue 10544114: Omnibox: In UMA logs, record typed_count of URLS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: 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;
}
« chrome/browser/autocomplete/autocomplete_match.h ('K') | « chrome/browser/metrics/metrics_log.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698