Deprecate EXCLUSIVE category from contextual_card_list.proto

Bug: 120485678
Test: visual, robotests
Change-Id: Ic287aeeed0743787d3e577c7086e9847b5c33157
This commit is contained in:
Yanting Yang
2019-01-30 18:52:33 +08:00
parent f660e72009
commit 13818eb2f5

View File

@@ -18,7 +18,7 @@ message ContextualCard {
SUGGESTION = 1;
POSSIBLE = 2;
IMPORTANT = 3;
EXCLUSIVE = 4;
EXCLUSIVE = 4 [deprecated = true];
DEFERRED_SETUP = 5;
}