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

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

Issue 2576203002: [Devtools] Remove old code (Closed)
Patch Set: Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
index 5d428ae4e70916ef2a378ce0be6a95daaff08abd..8ccc296625b6e7d6c775c87b27bdfdb08e5c6eb5 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
@@ -45,8 +45,6 @@ Network.NetworkLogView = class extends UI.VBox {
this._networkHideDataURLSetting = Common.settings.createSetting('networkHideDataURL', false);
this._networkResourceTypeFiltersSetting = Common.settings.createSetting('networkResourceTypeFilters', {});
- this._networkShowPrimaryLoadWaterfallSetting =
- Common.settings.createSetting('networkShowPrimaryLoadWaterfall', false);
this._filterBar = filterBar;
this._progressBarContainer = progressBarContainer;
@@ -1675,9 +1673,6 @@ Network.NetworkLogView.HTTPSchemas = {
'wss': true
};
-Network.NetworkLogView._waterfallMinOvertime = 1;
-Network.NetworkLogView._waterfallMaxOvertime = 3;
-
/** @enum {symbol} */
Network.NetworkLogView.Events = {
RequestSelected: Symbol('RequestSelected'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698