| 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 e26dd101ce85d647e105e06be5da8f9fba5b97f2..acc86803cd0942c8f17fc03b27c5a4ef20d94f17 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| @@ -369,6 +369,20 @@ that trigger them.
|
|
|
| <tr>
|
| <td style="font-weight:bold">
|
| + <!-- IDS_EXTENSION_PROMPT_WARNING_PRINTER_PROVIDER-->
|
| + Add printing destinations and access any jobs you submit to them
|
| + </td>
|
| + <td>
|
| + "printerProvider" permission
|
| + </td>
|
| + <td>
|
| + The "printerProvider" permission is required by the
|
| + <a href="printerProvider"><code>chrome.printerProvider</code></a> module.
|
| + </td>
|
| +</tr>
|
| +
|
| +<tr>
|
| + <td style="font-weight:bold">
|
| <!-- IDS_EXTENSION_PROMPT_WARNING_PRIVACY-->
|
| Manipulate privacy-related settings
|
| </td>
|
|
|