Skip to content

Commit 5a3fec0

Browse files
AlinaVarkkiDevtools-frontend LUCI CQ
authored andcommitted
Change a suggested question for the Modern HTPP Insight
Bug: 425275238 Change-Id: Ibdd02ac933506c8d3fabb8ff28fea7a8a4d1ea9b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6787912 Auto-Submit: Alina Varkki <[email protected]> Commit-Queue: Alina Varkki <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
1 parent 88aea57 commit 5a3fec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/models/ai_assistance/agents/PerformanceAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export class PerformanceTraceContext extends ConversationContext<TimelineUtils.A
378378
return [{title: 'How do I make sure my page is optimized for mobile viewing?'}];
379379
case 'ModernHTTP':
380380
return [
381-
{title: 'Is my site being served using the recommended HTTP best practices?'},
381+
{title: 'Is my site using the best HTTP practices?'},
382382
{title: 'Which resources are not using a modern HTTP protocol?'},
383383
];
384384
case 'LegacyJavaScript':

0 commit comments

Comments
 (0)