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

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

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build issue? Created 6 years, 3 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/options_ui_flags_true.json
diff --git a/chrome/test/data/extensions/manifest_tests/options_ui_flags_true.json b/chrome/test/data/extensions/manifest_tests/options_ui_flags_true.json
new file mode 100644
index 0000000000000000000000000000000000000000..1d930d8c5e36c5de1778b9b1b11b0122aace8277
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/options_ui_flags_true.json
@@ -0,0 +1,11 @@
+{
+ "name": "options_ui with flags set to true test",
+ "description": "Tests setting chrome_style and open_in_tab to true",
+ "version": "1",
+ "manifest_version": 2,
+ "options_ui": {
+ "page": "options.html",
+ "chrome_style": true,
+ "open_in_tab": true
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698