From 8256f7854a7312af3601a4acee8fdbfba7038706 Mon Sep 17 00:00:00 2001 From: Anushree Ganjam Date: Fri, 4 Aug 2023 16:32:04 -0700 Subject: [PATCH] Add a new attribute for TEXT_HEADER_ROW Bug: 286938375 Test: NA Flag: No flag needed since this Logging Polish. Change-Id: Idf8bd7ca9149b4979d10369357c5d13fd65e750c --- protos/launcher_atom.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index 63ea20c73d..f8b08f86c0 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -135,7 +135,7 @@ message TaskBarContainer { } } -// Next value 51 +// Next value 52 enum Attribute { option allow_alias = true; @@ -187,6 +187,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_SYSTEM_POINTER = 42; ALL_APPS_SEARCH_RESULT_EDUCARD = 43; ALL_APPS_SEARCH_RESULT_LOCATION = 50; + ALL_APPS_SEARCH_RESULT_TEXT_HEADER = 51; // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45;