| 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 e4b274c5d4ee491fd8b107f38a290904bdd493d1..50d02334a0b39fa436ecf5d2c7300261aecfa89c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/settings/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/settings/module.json
|
| @@ -15,8 +15,8 @@
|
| {
|
| "type": "@UI.ActionDelegate",
|
| "category": "Settings",
|
| - "actionId": "settings.help",
|
| - "title": "Help",
|
| + "actionId": "settings.documentation",
|
| + "title": "Documentation",
|
| "className": "Settings.SettingsScreen.ActionDelegate"
|
| },
|
| {
|
| @@ -44,12 +44,6 @@
|
| "actionId": "settings.show"
|
| },
|
| {
|
| - "type": "context-menu-item",
|
| - "location": "mainMenu/footer",
|
| - "order": 30,
|
| - "actionId": "settings.help"
|
| - },
|
| - {
|
| "type": "view",
|
| "location": "settings-view",
|
| "id": "preferences",
|
|
|