Skip to content

Commit

Permalink
Remove deprecated 'title' manifest attribute from unittests.
Browse files Browse the repository at this point in the history
BUG=

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

Cr-Commit-Position: refs/heads/master@{#295817}
  • Loading branch information
garykac authored and Commit bot committed Sep 19, 2014
1 parent 2245c39 commit d690ae9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
"image/*"
],
"extensions": "foo",
"title": "Image editor"
"extensions": "foo"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
"image/*"
],
"extensions": [
[".png"]
],
"title": "Image editor"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"file_handlers": {
"text": {
"title": "Text editor"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
Expand All @@ -16,8 +15,7 @@
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
"97/*",
"98/*",
"99/*"
],
"title": "Text editor"
]
},
"image": {
"types": [
Expand Down Expand Up @@ -219,8 +218,7 @@
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
"text": {
"types": [
"text/*"
],
"title": "Text editor"
]
},
"image": {
"types": "bar",
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"text": {
"types": [
42
],
"title": "Text editor"
]
},
"image": {
"types": [
Expand All @@ -21,8 +20,7 @@
"extensions": [
".png",
".gif"
],
"title": "Image editor"
]
}
}
}

0 comments on commit d690ae9

Please sign in to comment.