Skip to content

Commit 7c5398e

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Add VE toolbar
Add the toolbar VE here as well to make it easy to search Fixed: 381229478 Change-Id: I0d90faf356c909449316f7d02cd537106df49468 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6054288 Auto-Submit: Nikolay Vitkov <[email protected]> Reviewed-by: Danil Somsikov <[email protected]> Commit-Queue: Danil Somsikov <[email protected]>
1 parent 1973286 commit 7c5398e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

front_end/panels/freestyler/FreestylerPanel.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import * as TimelinePanel from '../../panels/timeline/timeline.js';
1515
import * as TimelineUtils from '../../panels/timeline/utils/utils.js';
1616
import * as UI from '../../ui/legacy/legacy.js';
1717
import * as LitHtml from '../../ui/lit-html/lit-html.js';
18+
import * as VisualLogging from '../../ui/visual_logging/visual_logging.js';
1819

1920
import {
2021
AgentType,
@@ -247,6 +248,7 @@ export class FreestylerPanel extends UI.Panel.Panel {
247248

248249
#createToolbar(): void {
249250
const toolbarContainer = this.contentElement.createChild('div', 'freestyler-toolbar-container');
251+
toolbarContainer.setAttribute('jslog', VisualLogging.toolbar().toString());
250252
const leftToolbar = new UI.Toolbar.Toolbar('freestyler-left-toolbar', toolbarContainer);
251253
const rightToolbar = new UI.Toolbar.Toolbar('freestyler-right-toolbar', toolbarContainer);
252254

0 commit comments

Comments
 (0)