| Index: chrome/test/data/extensions/manifest_tests/options_ui_page_with_legacy_page.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/options_ui_page_with_legacy_page.json b/chrome/test/data/extensions/manifest_tests/options_ui_page_with_legacy_page.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..748a519bb2f775ac8133b076f7a7b7fa5a242143
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/manifest_tests/options_ui_page_with_legacy_page.json
|
| @@ -0,0 +1,10 @@
|
| +{
|
| + "name": "options_ui page and legacy options page test",
|
| + "description": "Tests if the options_ui.page field takes precedence over the legacy options page field",
|
| + "version": "1",
|
| + "manifest_version": 2,
|
| + "options_page": "legacyoptions.html",
|
| + "options_ui": {
|
| + "page": "newoptions.html"
|
| + }
|
| +}
|
|
|