Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js

Issue 2892333002: DevTools: Render third-party badges in timeline tree view (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
index b04fdc89e21bb35fa2aadcaa17a21118f2a294c5..edd5a34415ca60f45214d6440ab8bed4575b1822 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineDetailsView.js
@@ -15,7 +15,7 @@ Timeline.TimelineDetailsView = class extends UI.VBox {
this.element.classList.add('timeline-details');
this._detailsLinkifier = new Components.Linkifier();
- this._badgePool = new ProductRegistry.BadgePool();
+ this._badgePool = new ProductRegistry.BadgePool(true);
this._tabbedPane = new UI.TabbedPane();
this._tabbedPane.show(this.element);

Powered by Google App Engine
This is Rietveld 408576698