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

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

Issue 415053002: Remove AutocompleteMatch::is_starred (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 5 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 bd619f002101c99ef5b1a436a23ba55d918368c0..9777fb130bb0d8d031487c629f7fb2986f58937f 100644
--- a/components/metrics/proto/omnibox_event.proto
+++ b/components/metrics/proto/omnibox_event.proto
@@ -228,7 +228,7 @@ message OmniboxEventProto {
optional int32 typed_count = 5;
// Whether this item is starred (bookmarked) or not.
- optional bool is_starred = 4;
+ optional bool is_starred = 4 [deprecated=true];
Ilya Sherman 2014/07/25 20:13:56 Thanks. Please make this changer server-side as w
hashimoto 2014/07/28 06:49:43 OK, I will.
// Whether this item is disabled in the UI (not clickable).
optional bool is_disabled = 6;

Powered by Google App Engine
This is Rietveld 408576698