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

Unified Diff: extensions/test/data/manifest_tests/file_handlers_invalid_too_many.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_too_many.json
diff --git a/extensions/test/data/manifest_tests/file_handlers_invalid_too_many.json b/extensions/test/data/manifest_tests/file_handlers_invalid_too_many.json
index 8a47d03555e6c9d07828aa5a950297d6189e2db2..7d3c04d86740c83b7906eac4abb481e6dff2a33a 100644
--- a/extensions/test/data/manifest_tests/file_handlers_invalid_too_many.json
+++ b/extensions/test/data/manifest_tests/file_handlers_invalid_too_many.json
@@ -110,8 +110,7 @@
"97/*",
"98/*",
"99/*"
- ],
- "title": "Text editor"
+ ]
},
"image": {
"types": [
@@ -219,8 +218,7 @@
"extensions": [
".png",
".gif"
- ],
- "title": "Image editor"
+ ]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698