From be896cb6bc7915e41294920b0506be362b9cf787 Mon Sep 17 00:00:00 2001 From: Anushree Ganjam Date: Mon, 12 May 2025 21:55:00 +0000 Subject: [PATCH] Add logging for AI mode suggestions in Toast. Bug: 403371908 Test: Manual Flag: EXEMPT Bugfix Change-Id: I132fa0a168ac17373f90626f382bca7032d746d7 --- 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 ce99348bb8..2fc37ca341 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -153,7 +153,7 @@ message TaskBarContainer { } } -// Next value 54 +// Next value 55 enum Attribute { option allow_alias = true; @@ -229,6 +229,7 @@ enum Attribute { WEB_SEARCH_RESULT_CALCULATOR = 37; WEB_SEARCH_RESULT_URL = 38; WEB_SEARCH_RESULT_RICH_ANSWER = 40; + WEB_SEARCH_RESULT_AI_MODE = 54; WIDGETS_BOTTOM_TRAY = 28; WIDGETS_TRAY_PREDICTION = 29;