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

Unified Diff: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json

Issue 691283003: Write docs for options_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inline-type
Patch Set: before commit Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/extensions/buildbot/options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
index 86241cf17092bf49b92458aa6a656fc62d528d6b..0d86bcb620bee6f73e04b50a2cb328602100673b 100644
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
@@ -23,6 +23,9 @@
"default_popup": "popup.html"
},
"options_page": "options.html",
-
+ "options_ui": {
+ "chrome_style": true,
+ "page": "options.html"
+ },
"manifest_version": 2
}
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/extensions/buildbot/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698