From ef2b62f354e1d2b11705703bbc245163412a4644 Mon Sep 17 00:00:00 2001 From: "K. S. Yim" Date: Tue, 16 May 2023 22:30:28 +0000 Subject: [PATCH] Define additional Attributes to indicate new data sources of Toast app integration results. Bug: 281118922 Test: Manual Flag: Skipped (proto extension) Change-Id: I04b618e34437b598e6566c1456ed19cde4a0f6bd --- protos/launcher_atom.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index cebcd425f9..e041bd506f 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -135,7 +135,7 @@ message TaskBarContainer { } } -// Next value 48 +// Next value 50 enum Attribute { option allow_alias = true; @@ -190,6 +190,8 @@ enum Attribute { // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45; DATA_SOURCE_APPSEARCH_APP_SRP_PREVIEW = 46; + DATA_SOURCE_APPSEARCH_CATEGORY_SRP_PREVIEW = 48; + DATA_SOURCE_APPSEARCH_ENTITY_SRP_PREVIEW = 49; DATA_SOURCE_AIAI_SEARCH_ROOT = 47; // Web suggestions provided by AGA