Chromium Code Reviews| 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; |
| } |