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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/help/module.json

Issue 2649023007: DevTools: implement release note behind an experiment (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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "extensions": [
3 {
4 "type": "context-menu-item",
5 "location": "mainMenu/footer",
6 "actionId": "help.release-notes",
7 "order": 29,
8 "experiment": "releaseNote"
9 },
10 {
11 "type": "@UI.ActionDelegate",
12 "actionId": "help.release-notes",
13 "title": "Release notes",
14 "className": "Help.ReleaseNoteManager.ActionDelegate",
15 "category": "DevTools"
16 }
17 ],
18 "dependencies": [
19 "ui",
20 "sdk"
21 ],
22 "scripts": [
23 "ReleaseNoteManager.js"
24 ]
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698