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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js

Issue 2418623002: [Devtools] Added divider timing to network timeline expirement (Closed)
Patch Set: [Devtools] Added divider timeing to network timeline expirement Created 4 years, 2 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/network/NetworkLogViewColumns.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
index da5ab6ba8e0677a5755d5897caa8141cbab2a9a4..cf7c379c2b8f8ac6e897a951ddcc2970ddb8c8e2 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
@@ -700,6 +700,7 @@ WebInspector.NetworkLogViewColumns.prototype = {
updateDividersIfNeeded: function()
{
+ // TODO(allada) Remove this code out when timeline canvas experiment is over.
if (Runtime.experiments.isEnabled("canvasNetworkTimeline"))
return;
if (!this._networkLogView.isShowing()) {

Powered by Google App Engine
This is Rietveld 408576698