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

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: 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..d54bf0dfb933ea0699ee19fc015012d6d7a4bc0f
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/action_handlers/new_note/manifest.json
@@ -0,0 +1,13 @@
+{
+ "manifest_version": 2,
+ "name": "new_note action_handler test",
+ "version": "1.0.0",
+
Devlin 2017/02/17 23:43:06 nit: we don't really ever have empty lines in mani
jdufault 2017/02/21 21:07:40 Done.
+ "action_handlers": ["new_note"],
+
+ "app": {
+ "background": {
+ "scripts": ["main.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698