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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/module.json

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixed Created 4 years, 9 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
Index: third_party/WebKit/Source/devtools/front_end/resources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/module.json b/third_party/WebKit/Source/devtools/front_end/resources/module.json
index dc773577fc84327ff755c5789ad59eac409128c9..29dc86bf50d4b01bf8454665f68110887bf2dded 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/resources/module.json
@@ -11,12 +11,6 @@
"type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.Resource"],
"className": "WebInspector.ResourcesPanel.ResourceRevealer"
- },
- {
- "type": "setting",
- "settingName": "serviceWorkerUpdateOnReload",
- "settingType": "boolean",
- "defaultValue": "false"
}
],
"dependencies": ["source_frame", "ui_lazy", "components_lazy"],

Powered by Google App Engine
This is Rietveld 408576698