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

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

Issue 23856005: Permissions for device info API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 7 years, 3 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 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 3186c1b99ab7aae28b4fd03acdd53f9c374c6318..520bfe097ca62bce320968b4e54d588eb5876745 100644
--- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
+++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
@@ -375,6 +375,20 @@ that trigger them.
<tr>
<td style="font-weight:bold">
+ <!-- IDS_EXTENSION_PROMPT_WARNING_SIGNED_IN_DEVICES-->
+ Retrieves the list of singed in devices
+ </td>
+ <td>
+ "signedInDevices" permission
+ </td>
+ <td>
+ Allows the extension to retrieve the list of devices the user is
+ signed into.
+ </td>
+</tr>
+
+<tr>
+ <td style="font-weight:bold">
<!-- IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE-->
Access all text spoken using synthesized speech
</td>

Powered by Google App Engine
This is Rietveld 408576698