Commit d690ae96 authored by garykac's avatar garykac Committed by Commit bot

Remove deprecated 'title' manifest attribute from unittests.

BUG=

Review URL: https://codereview.chromium.org/581853002

Cr-Commit-Position: refs/heads/master@{#295817}
parent 2245c392
...@@ -11,15 +11,13 @@ ...@@ -11,15 +11,13 @@
"text": { "text": {
"types": [ "types": [
"text/*" "text/*"
], ]
"title": "Text editor"
}, },
"image": { "image": {
"types": [ "types": [
"image/*" "image/*"
], ],
"extensions": "foo", "extensions": "foo"
"title": "Image editor"
} }
} }
} }
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
"text": { "text": {
"types": [ "types": [
"text/*" "text/*"
], ]
"title": "Text editor"
}, },
"image": { "image": {
"types": [ "types": [
...@@ -20,8 +19,7 @@ ...@@ -20,8 +19,7 @@
], ],
"extensions": [ "extensions": [
[".png"] [".png"]
], ]
"title": "Image editor"
} }
} }
} }
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
}, },
"file_handlers": { "file_handlers": {
"text": { "text": {
"title": "Text editor"
} }
} }
} }
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
"text": { "text": {
"types": [ "types": [
"text/*" "text/*"
], ]
"title": "Text editor"
}, },
"image": { "image": {
"types": [ "types": [
...@@ -16,8 +15,7 @@ ...@@ -16,8 +15,7 @@
"extensions": [ "extensions": [
".png", ".png",
".gif" ".gif"
], ]
"title": "Image editor"
} }
} }
} }
...@@ -110,8 +110,7 @@ ...@@ -110,8 +110,7 @@
"97/*", "97/*",
"98/*", "98/*",
"99/*" "99/*"
], ]
"title": "Text editor"
}, },
"image": { "image": {
"types": [ "types": [
...@@ -219,8 +218,7 @@ ...@@ -219,8 +218,7 @@
"extensions": [ "extensions": [
".png", ".png",
".gif" ".gif"
], ]
"title": "Image editor"
} }
} }
} }
...@@ -11,16 +11,14 @@ ...@@ -11,16 +11,14 @@
"text": { "text": {
"types": [ "types": [
"text/*" "text/*"
], ]
"title": "Text editor"
}, },
"image": { "image": {
"types": "bar", "types": "bar",
"extensions": [ "extensions": [
".png", ".png",
".gif" ".gif"
], ]
"title": "Image editor"
} }
} }
} }
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
"text": { "text": {
"types": [ "types": [
42 42
], ]
"title": "Text editor"
}, },
"image": { "image": {
"types": [ "types": [
...@@ -21,8 +20,7 @@ ...@@ -21,8 +20,7 @@
"extensions": [ "extensions": [
".png", ".png",
".gif" ".gif"
], ]
"title": "Image editor"
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment