| Index: third_party/WebKit/Source/devtools/front_end/main/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| index c07180d67ffec482f85193e0450cd0cf6674bf9c..40cee054fadf46adc5e9e21f975977ad65c2d70d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -247,26 +247,6 @@
|
| },
|
| {
|
| "type": "setting",
|
| - "category": "Debugger",
|
| - "title": "Disable JavaScript",
|
| - "settingName": "javaScriptDisabled",
|
| - "settingType": "boolean",
|
| - "storageType": "session",
|
| - "order": 1,
|
| - "defaultValue": false,
|
| - "options": [
|
| - {
|
| - "value": true,
|
| - "title": "Disable JavaScript"
|
| - },
|
| - {
|
| - "value": false,
|
| - "title": "Enable JavaScript"
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "type": "setting",
|
| "category": "DevTools",
|
| "title": "Auto-open DevTools for popups",
|
| "settingName": "autoAttachToCreatedPages",
|
|
|