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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/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: 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/sdk/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
index 6554e9c50bc95e4130d67b04bc6b1356c200bb89..4da07fdedb09e524ad21be7e271b60579b29d966 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
@@ -46,6 +46,12 @@
"settingName": "showMetricsRulers",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "setting",
+ "settingName": "serviceWorkerUpdateOnReload",
+ "settingType": "boolean",
+ "defaultValue": "false"
}
],
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698