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

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

Issue 11360026: Add the "file_handlers" manifest key for platform apps to replace "intents". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 8 years, 1 month 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/launch_wrong_intent/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json b/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json
deleted file mode 100644
index 0613e60c91b81a95d117831508d97f8d54cd771d..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/platform_apps/launch_wrong_intent/manifest.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Platform App Launch Test",
- "version": "1",
- "intents": {
- "http://webintents.org/share": {
- "type": [
- "text/*"
- ],
- "title": "Test editor"
- }
- },
- "app": {
- "background": {
- "scripts": ["test.js"]
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698