| Index: third_party/WebKit/Source/devtools/front_end/settings/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/settings/module.json b/third_party/WebKit/Source/devtools/front_end/settings/module.json
|
| index f73e1ba798b354bb8ecaee2dba9e7e180fb1f20d..aeae371a686aa25794c7e725f87696df58b15031 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/settings/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/settings/module.json
|
| @@ -28,7 +28,9 @@
|
| },
|
| {
|
| "type": "@Common.Revealer",
|
| - "contextTypes": ["Common.Setting"],
|
| + "contextTypes": [
|
| + "Common.Setting"
|
| + ],
|
| "className": "Settings.SettingsScreen.Revealer"
|
| },
|
| {
|
| @@ -54,14 +56,6 @@
|
| {
|
| "type": "view",
|
| "location": "settings-view",
|
| - "id": "workspace",
|
| - "title": "Workspace",
|
| - "order": "1",
|
| - "className": "Settings.WorkspaceSettingsTab"
|
| - },
|
| - {
|
| - "type": "view",
|
| - "location": "settings-view",
|
| "id": "experiments",
|
| "title": "Experiments",
|
| "order": "2",
|
| @@ -87,12 +81,10 @@
|
| "components"
|
| ],
|
| "scripts": [
|
| - "EditFileSystemView.js",
|
| "SettingsScreen.js",
|
| "FrameworkBlackboxSettingsTab.js"
|
| ],
|
| "resources": [
|
| - "editFileSystemView.css",
|
| "frameworkBlackboxSettingsTab.css",
|
| "settingsScreen.css"
|
| ]
|
|
|