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

Unified Diff: chrome/test/data/extensions/platform_apps/example/basic/manifest.json

Issue 2657673003: DO NOT SUBMIT: Example test that blocks on mac. (Closed)
Patch Set: guest.{html,js} not needed Created 3 years, 11 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/platform_apps/example/basic/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/example/basic/manifest.json b/chrome/test/data/extensions/platform_apps/example/basic/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..dee8c0684e4d2526ec436252ff5274e530fabb14
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/example/basic/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "Key replies",
+ "description": "Replies with test events when receiving key up",
+ "version": "1",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698