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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/ui_override.html

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, 1 month 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
1 <h1>User Interface Overrides</h1> 1 <h1>User Interface Overrides</h1>
2 2
3 <p> 3 <p>
4 User interface overrides are a way for extensions to override selected Chrome 4 User interface overrides are a way for extensions to override selected Chrome
5 user interface properties. 5 user interface properties.
6 </p> 6 </p>
7 7
8 <h2 id="bookmarks">Bookmarks User Interface</h2> 8 <h2 id="bookmarks">Bookmarks User Interface</h2>
9 <p> 9 <p>
10 Register the user interface properties you want to override in the 10 Register the user interface properties you want to override in the
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <b>Note:</b> Settings overrides for <code>bookmarks_ui</code> are only enabled 47 <b>Note:</b> Settings overrides for <code>bookmarks_ui</code> are only enabled
48 in the Chrome Dev release, and Chrome must be started with the 48 in the Chrome Dev release, and Chrome must be started with the
49 <code>--enable-override-bookmarks-ui=1</code> command line flag to enable 49 <code>--enable-override-bookmarks-ui=1</code> command line flag to enable
50 bookmarks user interface overrides.</p> 50 bookmarks user interface overrides.</p>
51 51
52 <h2 id="reference">Reference</h2> 52 <h2 id="reference">Reference</h2>
53 <p> 53 <p>
54 An extension can override one or more of the following properties in the 54 An extension can override one or more of the following properties in the
55 manifest: 55 manifest:
56 </p> 56 </p>
57 {{+partials.manifest_type 57 {{+partials.manifest_type
58 type:apis.extensions.manifestTypes.byName.ChromeUIOverrides /}} 58 type:apis.extensions.manifestTypes.byName.ChromeUIOverrides /}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698