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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSettingsTab.js

Issue 2876683002: DevTools: simplify network throttling presets (Closed)
Patch Set: update browser test Created 3 years, 7 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 | « third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSelector.js ('k') | 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_conditions/NetworkConditionsSettingsTab.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSettingsTab.js b/third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSettingsTab.js
index 931e04ba8e81525d088dd0dead9c0eafd0418aad..350899fea1c4dfca9aff288ecb99d9d0fc27cc87 100644
--- a/third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSettingsTab.js
+++ b/third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSettingsTab.js
@@ -45,10 +45,6 @@ NetworkConditions.NetworkConditionsSettingsTab = class extends UI.VBox {
this._list.appendItem(conditions[i], true);
this._list.appendSeparator();
-
- conditions = NetworkConditions.NetworkConditionsSelector.presets;
- for (var i = 0; i < conditions.length; ++i)
- this._list.appendItem(conditions[i], false);
}
_addButtonClicked() {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network_conditions/NetworkConditionsSelector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698