| Index: chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/permission_warnings.html b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| index 2197b104be588e63da2cfef8c6e3de36c59e9493..97b8e6fb4d70b1f78fed0bba4848dac108ea65c3 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| @@ -386,6 +386,23 @@ that trigger them.
|
| <a href="ttsEngine.html"><code>chrome.ttsEngine</code></a> module.
|
| </td>
|
| </tr>
|
| +
|
| +<tr>
|
| + <td style="font-weight:bold">
|
| + <!-- IDS_EXTENSION_PROMPT_WARNING_POINTER_LOCK-->
|
| + Disable the mouse cursor
|
| + </td>
|
| + <td>
|
| + "pointerLock" permission
|
| + </td>
|
| + <td>
|
| + The "pointerLock" permission is required to use
|
| + <a href="http://www.w3.org/TR/pointerlock/">Pointer Lock</a> via calls to
|
| + <code>webkitRequestPointerLock</code></a> or Pepper's
|
| + <a href="https://developers.google.com/native-client/peppercpp/classpp_1_1_mouse_lock">
|
| + Mouse Lock API</a>.
|
| + </td>
|
| +</tr>
|
| </table>
|
| </p>
|
|
|
|
|