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

Unified Diff: extensions/test/data/manifest_tests/file_handlers_invalid_not_app.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
Index: extensions/test/data/manifest_tests/file_handlers_invalid_not_app.json
diff --git a/extensions/test/data/manifest_tests/file_handlers_invalid_not_app.json b/extensions/test/data/manifest_tests/file_handlers_invalid_not_app.json
index a4f6d34e9a1a272942196ef7ff886ebd4fc8f050..39b1c676f6d14159bc7731443bc883d79ac146dd 100644
--- a/extensions/test/data/manifest_tests/file_handlers_invalid_not_app.json
+++ b/extensions/test/data/manifest_tests/file_handlers_invalid_not_app.json
@@ -6,8 +6,7 @@
"text": {
"types": [
"text/*"
- ],
- "title": "Text editor"
+ ]
},
"image": {
"types": [
@@ -16,8 +15,7 @@
"extensions": [
".png",
".gif"
- ],
- "title": "Image editor"
+ ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698