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

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: use manifest features instead, add test case 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
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..1898bc7dde3d7928a246c2cfdc235c2f4ab9d983
--- /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.",
Yoyo Zhou 2013/04/16 20:11:40 nit: no space before :
+ "version": "1",
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
+ "options_page": "options.html"
+}

Powered by Google App Engine
This is Rietveld 408576698