Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js |
| index 3b317219e808617cc0018b2552e20e6bbad9bab8..3c95340fed3429b517e5ac1675ede02673dbe6bb 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js |
| @@ -111,8 +111,8 @@ Network.NetworkConfigView = class extends UI.VBox { |
| } |
| _createNetworkThrottlingSection() { |
| - var section = this._createSection(Common.UIString('Network throttling'), 'network-config-throttling'); |
| - MobileThrottling.NetworkConditionsSelector.decorateSelect( |
| + var section = this._createSection(Common.UIString('Mobile throttling'), 'network-config-throttling'); |
|
dgozman
2017/06/13 01:47:08
Drop mobile here as well?
chenwilliam
2017/06/13 21:54:51
Done.
|
| + MobileThrottling.ThrottlingSelector.decorateSelect( |
| /** @type {!HTMLSelectElement} */ (section.createChild('select', 'chrome-select'))); |
| } |