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

Side by Side Diff: chrome/common/extensions/docs/templates/private/manifest_example.html

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Absolute URL Fix Created 7 years, 7 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 <pre>
2 {
3 <em>// Required</em>
4 {{+partials.manifest_properties properties:manifest_source.required}}
5
6 <em>// Recommended</em>
7 {{+partials.manifest_properties properties:manifest_source.recommended}}
8
9 <em>// Pick one (or none)</em>
10 {{+partials.manifest_properties properties:manifest_source.only_one}}
11
12 <em>// Optional</em>
13 {{+partials.manifest_properties properties:manifest_source.optional}}
14 }
15 </pre>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698