Skip to content

Commit 7d06105

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
AI: fix Performance Insights client feature index
We were off-by-one compared to the backend. Fixed: 409008013 Change-Id: Ib86271af50a000d05ea0d1cca8279212e37b3212 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6434216 Commit-Queue: Jack Franklin <jacktfranklin@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Auto-Submit: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org>
1 parent c757598 commit 7d06105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/core/host/AidaClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export enum ClientFeature {
131131
// Chrome AI Patch Agent.
132132
CHROME_PATCH_AGENT = 12,
133133
// Chrome AI Assistance Performance Insights Agent.
134-
CHROME_PERFORMANCE_INSIGHTS_AGENT = 14,
134+
CHROME_PERFORMANCE_INSIGHTS_AGENT = 13,
135135
}
136136

137137
export enum UserTier {

0 commit comments

Comments
 (0)