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

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

Issue 132323002: Docserver: Fix kiosk_enabled.htm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Kiosk Mode</h1> 1 <h1>Kiosk Mode</h1>
2 2
3 <h2 id="kiosk_enabled">Kiosk Enabled</h2> 3 <h2 id="kiosk_enabled">Kiosk Enabled</h2>
4 4
5 <p> 5 <p>
6 Whether the packaged app is designed to expected to work in ChromeOS kiosk 6 Whether the packaged app is designed to expected to work in ChromeOS kiosk
7 mode. If <code>"kiosk_mode"<code> is <code>true</code>, the platform app 7 mode. If <code>"kiosk_enabled"</code> is <code>true</code>, the platform app
8 window will cover the entire surface of the display (forced full screen). 8 window will cover the entire surface of the display (forced full screen).
9 The kiosk-enabled apps are expected to be designed with this constraint in mind. 9 The kiosk-enabled apps are expected to be designed with this constraint in mind.
10 </p> 10 </p>
11 11
12 <h2 id="kiosk_only">Kiosk Only</h2> 12 <h2 id="kiosk_only">Kiosk Only</h2>
13 13
14 <p> 14 <p>
15 Whether the packaged app is only intended to be installed and run in ChromeOS 15 Whether the packaged app is only intended to be installed and run in ChromeOS
16 kiosk mode. This field is only valid if the <code>"kiosk_enabled"</code> field 16 kiosk mode. This field is only valid if the <code>"kiosk_enabled"</code> field
17 is <code>true</code>. 17 is <code>true</code>.
18 </p> 18 </p>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698