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

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

Issue 14130005: Remove unintended options_page support from platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 7 years, 8 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 | « chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json
diff --git a/chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json b/chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json
new file mode 100644
index 0000000000000000000000000000000000000000..a0f6f0d89f92ea2ccf85cd22e5ddf1a9fb9f01d6
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/platform_app_with_options_page.json
@@ -0,0 +1,11 @@
+{
+ "name": "test",
+ "description": "I specify an options_page but it should be ignored.",
+ "version": "1",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "options_page": "options.html"
+}
« no previous file with comments | « chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698