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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json
diff --git a/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json b/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..b7070a45d40c02a1975c22205f958113296c1e17
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json
@@ -0,0 +1,11 @@
+{
+ "manifest_version": 2,
+ "name": "new_note action_handler test",
+ "version": "1.0.0",
+ "action_handlers": ["new_note"],
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ }
+ }
+}
« 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