Index: chrome/test/data/extensions/manifest_tests/options_ui_flags_false.json |
diff --git a/chrome/test/data/extensions/manifest_tests/options_ui_flags_false.json b/chrome/test/data/extensions/manifest_tests/options_ui_flags_false.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..68c7b28966e85ba98d2453b95e577f75514b7774 |
--- /dev/null |
+++ b/chrome/test/data/extensions/manifest_tests/options_ui_flags_false.json |
@@ -0,0 +1,11 @@ |
+{ |
+ "name": "options_ui with flags set to false test", |
+ "description": "Tests setting chrome_style and open_in_tab to false", |
+ "version": "1", |
+ "manifest_version": 2, |
+ "options_ui": { |
+ "page": "options.html", |
+ "chrome_style": false, |
+ "open_in_tab": false |
+ } |
+} |