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

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

Issue 188813004: Copy ui_overrides files from settings_overrides to preserve history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/manifest_handlers/ui_overrides_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Settings Overrides</h1> 1 <h1>Settings Overrides</h1>
2 2
3 <p> 3 <p>
4 Settings overrides are a way for extensions to override selected Chrome settings 4 Settings overrides are a way for extensions to override selected Chrome settings
5 and user interface properties. 5 and 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 settings you want to override in the 10 Register the settings you want to override in the
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 {{+partials.type_item 106 {{+partials.type_item
107 title:f.strings.properties 107 title:f.strings.properties
108 display_name:display_name 108 display_name:display_name
109 items:f.properties 109 items:f.properties
110 item_partial:(partials.parameter_full hideParamTOC:true)/}} 110 item_partial:(partials.parameter_full hideParamTOC:true)/}}
111 </table> 111 </table>
112 {{/}} 112 {{/}}
113 {{/}} 113 {{/}}
114 </ul> 114 </ul>
115 115
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/manifest_handlers/ui_overrides_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698