From 54191c2e408bf8d269036ac3b7c0e1c2bfe81e48 Mon Sep 17 00:00:00 2001 From: Anushree Ganjam Date: Thu, 30 Mar 2023 21:00:15 +0000 Subject: [PATCH] Remove attribute related to ResultType.NAVVYSITE. Removing the mapping on Aster side as well cl/520737613. Bug: 276345144 Test: Manual Flag: NA Change-Id: Ie1deebf328d1ba0d5b32f0e015ab372871d5083e --- protos/launcher_atom.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index b1064f73db..bf84820565 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -177,7 +177,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_SUGGEST = 22 [deprecated = true]; ALL_APPS_SEARCH_RESULT_ASSISTANT = 23; ALL_APPS_SEARCH_RESULT_CHROMETAB = 24; - ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25; + ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25 [deprecated = true]; ALL_APPS_SEARCH_RESULT_TIPS = 26; ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27; ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30;