| Index: chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/declare_permissions.html b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| index a8ad27d07f331476a0bf0e534759de3398bbd634..b1d36d7d65a8ed3cdc21048a485cf98115e46362 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
|
| @@ -192,6 +192,14 @@ table.
|
| <a href="fileSystem.html">fileSystem API</a> to write files.</td>
|
| </tr>
|
| {{/is_apps}}
|
| +{{?is_apps}}
|
| +<tr>
|
| + <td id="fullscreen"> "fullscreen" </td>
|
| + <td> Allows the app to use the proposed HTML5
|
| + <a href="https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html">fullscreen API</a>
|
| + without prompting the user for permission.</td>
|
| +</tr>
|
| +{{/is_apps}}
|
| <tr>
|
| <td id="geolocation"> "geolocation" </td>
|
| <td> Allows the extension or app to use the proposed HTML5
|
|
|