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

Unified Diff: extensions/test/data/manifest_tests/file_handlers_invalid_extension.json

Issue 581853002: Remove deprecated 'title' manifest attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 6 years, 3 months 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
« no previous file with comments | « no previous file | extensions/test/data/manifest_tests/file_handlers_invalid_extension_element.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/manifest_tests/file_handlers_invalid_extension.json
diff --git a/extensions/test/data/manifest_tests/file_handlers_invalid_extension.json b/extensions/test/data/manifest_tests/file_handlers_invalid_extension.json
index d2f705dc087d5103dbea639c958327cfa883dd74..deda5c28485c60010e8a82333e153345f1ef56ee 100644
--- a/extensions/test/data/manifest_tests/file_handlers_invalid_extension.json
+++ b/extensions/test/data/manifest_tests/file_handlers_invalid_extension.json
@@ -11,15 +11,13 @@
"text": {
"types": [
"text/*"
- ],
- "title": "Text editor"
+ ]
},
"image": {
"types": [
"image/*"
],
- "extensions": "foo",
- "title": "Image editor"
+ "extensions": "foo"
}
}
}
« no previous file with comments | « no previous file | extensions/test/data/manifest_tests/file_handlers_invalid_extension_element.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698