diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 22:39:30 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-09 22:39:30 +0000 |
commit | 2faab8ff8380484de5f46f00bebd6bf657535856 (patch) | |
tree | e1a3f8cea6668abf829e1163b5de0f1a5c470317 | |
parent | b981293dbcd3ff2e1a12324499bfcf0b208c292c (diff) | |
download | chromium_src-2faab8ff8380484de5f46f00bebd6bf657535856.zip chromium_src-2faab8ff8380484de5f46f00bebd6bf657535856.tar.gz chromium_src-2faab8ff8380484de5f46f00bebd6bf657535856.tar.bz2 |
Docserver: Fix kiosk_enabled.htm.
- "kiosk_mode" should be "kiosk_enabled"
- Fix the </code> tag.
BUG=none
TEST=Visit http://developer.chrome.com/apps/manifest/kiosk_enabled.html
Review URL: https://codereview.chromium.org/132323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244004 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html b/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html index 828ac1c..556bffb 100644 --- a/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html +++ b/chrome/common/extensions/docs/templates/articles/manifest/kiosk_enabled.html @@ -4,7 +4,7 @@ <p> Whether the packaged app is designed to expected to work in ChromeOS kiosk -mode. If <code>"kiosk_mode"<code> is <code>true</code>, the platform app +mode. If <code>"kiosk_enabled"</code> is <code>true</code>, the platform app window will cover the entire surface of the display (forced full screen). The kiosk-enabled apps are expected to be designed with this constraint in mind. </p> |