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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/init_invalid_page_actions_multi.json

Issue 624453003: Clean up Extension Action Handlers Pt 1/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "name": "my extension",
3 "version": "1.0.0.0",
4 "page_actions": [ {
5 "id": "MyExtensionActionId",
6 "name": "MyExtensionActionName"
7 }, {
8 "id": "MyExtensionActionId",
9 "name": "MyExtensionActionName"
10 } ]
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698