Skip to content

Commit 0dd1042

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
Show "Ask AI" button on Document Request Latency insight
Bug: 401232558 Change-Id: Ibc5e92ff8d42c6dddfd0b58b3ebbfc4c4a9c2469 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6351861 Commit-Queue: Nancy Li <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Nancy Li <[email protected]>
1 parent e131758 commit 0dd1042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/timeline/components/insights/DocumentLatency.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const {html} = Lit;
1818
export class DocumentLatency extends BaseInsightComponent<DocumentLatencyInsightModel> {
1919
static override readonly litTagName = Lit.StaticHtml.literal`devtools-performance-document-latency`;
2020
override internalName = 'document-latency';
21+
protected override hasAskAISupport = true;
2122

2223
override createOverlays(): Overlays.Overlays.TimelineOverlay[] {
2324
if (!this.model?.data?.documentRequest) {

0 commit comments

Comments
 (0)