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

Unified Diff: chrome/common/extensions/docs/templates/articles/permission_warnings.html

Issue 11413131: Enable Pointer Lock for packaged apps using ShellWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge lkgr Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698