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

Side by Side Diff: chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json

Issue 2693053002: cros: Add e2e tests for new_note action handler. Flip feature to stable. (Closed)
Patch Set: Address comments 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 "manifest_version": 2,
3 "name": "new_note action_handler test",
4 "version": "1.0.0",
5 "action_handlers": ["new_note"],
6 "app": {
7 "background": {
8 "scripts": ["main.js"]
9 }
10 }
11 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/action_handlers/new_note/main.js ('k') | extensions/common/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698