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

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

Issue 2721233003: DevTools: create help sub-menu (Closed)
Patch Set: fixup Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/settings/SettingsScreen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698