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

Unified Diff: Source/devtools/front_end/network/NetworkDataGridNode.js

Issue 1048823002: [DevTools] Simplify getting back to default network order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/devtools/front_end/network/NetworkLogView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/network/NetworkDataGridNode.js
diff --git a/Source/devtools/front_end/network/NetworkDataGridNode.js b/Source/devtools/front_end/network/NetworkDataGridNode.js
index 0469772f0abae3fc119d8027538f9ac5da6e41d6..d14da2f972acbb4d4c14760430ca12a83b2fae3e 100644
--- a/Source/devtools/front_end/network/NetworkDataGridNode.js
+++ b/Source/devtools/front_end/network/NetworkDataGridNode.js
@@ -75,7 +75,7 @@ WebInspector.NetworkDataGridNode.prototype = {
*/
createCells: function()
{
- this._showTiming = !WebInspector.settings.networkColorCodeResourceTypes.get() && !this._parentView.calculator().startAtZero;
+ this._showTiming = !WebInspector.settings.networkColorCodeResourceTypes.get();
this._nameCell = null;
this._timelineCell = null;
this._initiatorCell = null;
« no previous file with comments | « no previous file | Source/devtools/front_end/network/NetworkLogView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698