| 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..6590c8ae00d3a1be7ada56955fc5e788a214a571 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,9 +1,9 @@
|
| {
|
| "name": "Platform App fileSystem.getDisplayPath test",
|
| "version": "1",
|
| - "intents": {
|
| - "http://webintents.org/view": {
|
| - "type": [
|
| + "file_handlers": {
|
| + "text": {
|
| + "types": [
|
| "text/*"
|
| ],
|
| "title": "Test editor"
|
|
|