Merge "Deprecate EXCLUSIVE category from contextual_card_list.proto"

This commit is contained in:
Yanting Yang
2019-01-31 02:56:41 +00:00
committed by Android (Google) Code Review

View File

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