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 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
"image/*"
],
"extensions": "foo",
"title": "Image editor"
"extensions": "foo"
}
}
}
......@@ -11,8 +11,7 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
......@@ -20,8 +19,7 @@
],
"extensions": [
[".png"]
],
"title": "Image editor"
]
}
}
}
......@@ -9,7 +9,6 @@
},
"file_handlers": {
"text": {
"title": "Text editor"
}
}
}
......@@ -6,8 +6,7 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
......@@ -16,8 +15,7 @@
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}
......@@ -110,8 +110,7 @@
"97/*",
"98/*",
"99/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
......@@ -219,8 +218,7 @@
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}
......@@ -11,16 +11,14 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": "bar",
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}
......@@ -11,8 +11,7 @@
"text": {
"types": [
42
],
"title": "Text editor"
]
},
"image": {
"types": [
......@@ -21,8 +20,7 @@
"extensions": [
".png",
".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