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/platform_apps/launch_wrong_type/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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/launch_wrong_intent/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/launch_wrong_type/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_wrong_type/manifest.json b/chrome/test/data/extensions/platform_apps/launch_wrong_type/manifest.json
index 9a7bd2038b686d553ba7e8cae76da90b3a08f887..81a18f21e4b7c2e43d48936db06da5c8210eae66 100644
--- a/chrome/test/data/extensions/platform_apps/launch_wrong_type/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/launch_wrong_type/manifest.json
@@ -1,9 +1,9 @@
{
"name": "Platform App Launch Test",
"version": "1",
- "intents": {
- "http://webintents.org/view": {
- "type": [
+ "file_handlers": {
+ "image": {
+ "types": [
"image/*"
],
"title": "Test editor"
« no previous file with comments | « chrome/test/data/extensions/platform_apps/launch_wrong_intent/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698