| 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 d65ba03cc3ef2515df653d5a692b190e69a12a05..fd8dead795164efff22c4b4ca2b9dff0070013fb 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(MobileThrottling.NetworkConditionsSelector.createOfflineToolbarCheckbox());
|
| + this._toolbar.appendToolbarItem(MobileThrottling.throttlingManager().createOfflineToolbarCheckbox());
|
| var updateOnReloadSetting = Common.settings.createSetting('serviceWorkerUpdateOnReload', false);
|
| updateOnReloadSetting.setTitle(Common.UIString('Update on reload'));
|
| var forceUpdate = new UI.ToolbarSettingCheckbox(
|
|
|