| Index: third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js b/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
|
| index bf07b15f7650d235ded15e236c4e3991088120ab..1cc1c69454aadbf9bd0088f2bb6134709a86ecc5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
|
| @@ -18,7 +18,7 @@ Resources.ServiceWorkersView = class extends UI.VBox {
|
| /** @type {!Map<!SDK.ServiceWorkerRegistration, !Resources.ServiceWorkersView.Section>} */
|
| this._sections = new Map();
|
|
|
| - this._toolbar.appendToolbarItem(NetworkConditions.NetworkConditionsSelector.createOfflineToolbarCheckbox());
|
| + this._toolbar.appendToolbarItem(MobileThrottling.NetworkConditionsSelector.createOfflineToolbarCheckbox());
|
| var updateOnReloadSetting = Common.settings.createSetting('serviceWorkerUpdateOnReload', false);
|
| updateOnReloadSetting.setTitle(Common.UIString('Update on reload'));
|
| var forceUpdate = new UI.ToolbarSettingCheckbox(
|
|
|