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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "options_ui with flags set to true test",
3 "description": "Tests setting chrome_style and open_in_tab to true",
4 "version": "1",
5 "manifest_version": 2,
6 "options_ui": {
7 "page": "options.html",
8 "chrome_style": true,
9 "open_in_tab": true
10 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698