commit | 2a736c6ed3230d89d204620b9fb8a79777075f44 | [log] [tgz] |
---|---|---|
author | Yanting Yang <yantingyang@google.com> | Thu Jan 31 02:56:41 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jan 31 02:56:41 2019 +0000 |
tree | 82795dae765f999357f02dd3c265d476ebb9c116 | |
parent | 1566e71c73410a23e21082d1925cce33964fcd24 [diff] | |
parent | 13818eb2f5c028d7d184e7b1e694c663e402c5fe [diff] |
Merge "Deprecate EXCLUSIVE category from contextual_card_list.proto"
diff --git a/protos/contextual_card_list.proto b/protos/contextual_card_list.proto index 5645c87..37383ba 100644 --- a/protos/contextual_card_list.proto +++ b/protos/contextual_card_list.proto
@@ -18,7 +18,7 @@ SUGGESTION = 1; POSSIBLE = 2; IMPORTANT = 3; - EXCLUSIVE = 4; + EXCLUSIVE = 4 [deprecated = true]; DEFERRED_SETUP = 5; }