Chromium Code Reviews

Unified Diff: chrome/browser/resources/net_internals/detailsview.js

Issue 5228004: Switch the about:gpu implementation from an about handler to dom_ui.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/net_internals/detailsview.js
===================================================================
--- chrome/browser/resources/net_internals/detailsview.js (revision 68554)
+++ chrome/browser/resources/net_internals/detailsview.js (working copy)
@@ -14,7 +14,7 @@
timelineTabId,
logBoxId,
timelineBoxId) {
- TabSwitcherView.call(this, new DivView(tabHandlesContainerId));
+ TabSwitcherView.call(this, tabHandlesContainerId);
this.logView_ = new DetailsLogView(logBoxId);
this.timelineView_ = new DetailsTimelineView(timelineBoxId);
« no previous file with comments | « chrome/browser/resources/gpu_internals/info_view.js ('k') | chrome/browser/resources/net_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine