commit | 4bd94b9053ffd9041801cd65c81812bc55ed4269 | [log] [tgz] |
---|---|---|
author | Yanting Yang <yantingyang@google.com> | Mon Feb 18 16:25:23 2019 +0800 |
committer | Yanting Yang <yantingyang@google.com> | Mon Feb 18 16:25:23 2019 +0800 |
tree | 42a619eadcdd326552144d835279c70bc176608c | |
parent | c53f53c9edf9be8494ac5d4cfe773dfdee0de748 [diff] |
Remove deprecated EXCLUSIVE field from proto Fixes: 123560880 Test: robotests Change-Id: I6ff184dc5998d1e8eadfbfa16c8c7a85ebd75d98
diff --git a/protos/contextual_card_list.proto b/protos/contextual_card_list.proto index 37383ba..69c3741 100644 --- a/protos/contextual_card_list.proto +++ b/protos/contextual_card_list.proto
@@ -18,7 +18,6 @@ SUGGESTION = 1; POSSIBLE = 2; IMPORTANT = 3; - EXCLUSIVE = 4 [deprecated = true]; DEFERRED_SETUP = 5; }