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

Unified Diff: chrome/test/data/extensions/platform_apps/launch_invalid/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_invalid/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/launch_invalid/manifest.json b/chrome/test/data/extensions/platform_apps/launch_invalid/manifest.json
index ebfa03f4c553027d9e3f12e6947cf1b01a90ea33..1a8d29240eff211eb105c697c80e36fd0c5d7a1e 100644
--- a/chrome/test/data/extensions/platform_apps/launch_invalid/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/launch_invalid/manifest.json
@@ -1,9 +1,9 @@
{
"name": "Platform App Launch Test",
"version": "1",
- "intents": {
- "http://webintents.org/view": {
- "type": [
+ "file_handlers": {
+ "text": {
+ "types": [
"text/*"
],
"title": "Test editor"

Powered by Google App Engine
This is Rietveld 408576698