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

Unified Diff: chrome/test/data/extensions/manifest_tests/shared_module_about_invalid_type.json

Issue 311193005: Add the about_page key to shared_module manifest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 6 years, 6 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: chrome/test/data/extensions/manifest_tests/shared_module_about_invalid_type.json
diff --git a/chrome/test/data/extensions/manifest_tests/shared_module_about_invalid_type.json b/chrome/test/data/extensions/manifest_tests/shared_module_about_invalid_type.json
new file mode 100644
index 0000000000000000000000000000000000000000..5a0493a0eaf2abe8fbf705347298774eaccfeaad
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/shared_module_about_invalid_type.json
@@ -0,0 +1,8 @@
+{
+ "name": "Test Shared Module",
+ "version": "1",
+ "export": {
+ "resources": ["*"]
+ },
+ "about_page": ["invalid data type"]
+}
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/shared_module_about_absolute.json ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698