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

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

Issue 1021763003: Add install warning for printerProvider permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_permission_message_rules.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_permission_message_rules.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698