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

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: 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..0621895aeb7fd9b3199c02e39edc3503ed0012ab 100644
--- a/components/metrics/proto/omnibox_event.proto
+++ b/components/metrics/proto/omnibox_event.proto
@@ -227,9 +227,6 @@ message OmniboxEventProto {
// HistoryQuickProvider matches.
optional int32 typed_count = 5;
- // Whether this item is starred (bookmarked) or not.
- optional bool is_starred = 4;
-
Ilya Sherman 2014/07/24 17:47:29 This should remain, but perhaps be marked deprecat
hashimoto 2014/07/25 08:36:12 Thanks, Marked as deprecated.
// Whether this item is disabled in the UI (not clickable).
optional bool is_disabled = 6;
}

Powered by Google App Engine
This is Rietveld 408576698