| Index: chrome/browser/resources/net_internals/detailsview.js
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/detailsview.js (revision 43897)
|
| +++ chrome/browser/resources/net_internals/detailsview.js (working copy)
|
| @@ -19,8 +19,8 @@
|
| this.logView_ = new DetailsLogView(logBoxId);
|
| this.timelineView_ = new DetailsTimelineView(timelineBoxId);
|
|
|
| - this.addTab(logTabId, this.logView_);
|
| - this.addTab(timelineTabId, this.timelineView_);
|
| + this.addTab(logTabId, this.logView_, true);
|
| + this.addTab(timelineTabId, this.timelineView_, true);
|
|
|
| // Default to the log view.
|
| this.switchToTab(logTabId);
|
|
|