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

Unified Diff: chrome/test/data/extensions/platform_apps/get_display_path/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: 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/get_display_path/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json b/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json
index f2008ea4c03c50eb446282a603f3f66bead8421a..ed596985f09e9bdde3f97ab10e538bbeeee9eeff 100644
--- a/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/get_display_path/manifest.json
@@ -1,8 +1,8 @@
{
"name": "Platform App fileSystem.getDisplayPath test",
"version": "1",
- "intents": {
- "http://webintents.org/view": {
+ "file_handlers": {
+ "text": {
"type": [
"text/*"
],

Powered by Google App Engine
This is Rietveld 408576698