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..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; |