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

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

Issue 1012173002: Install warning message for extensions that use chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code for "mdns" permission installation warning 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 | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/permissions/chrome_api_permissions.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 ad5bf62ed1433edb0e46cecd0e2e145c9b57f88b..e26dd101ce85d647e105e06be5da8f9fba5b97f2 100644
--- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
+++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
@@ -322,6 +322,20 @@ that trigger them.
<tr>
<td style="font-weight:bold">
+ <!-- IDS_EXTENSION_PROMPT_WARNING_MDNS -->
+ Discover devices on your local network
+ </td>
+ <td>
+ "mdns" permission
+ </td>
+ <td>
+ The "mdns" permission is required by the
+ <a href="mdns"><code>chrome.mdns</code></a> module.
+ </td>
+</tr>
+
+<tr>
+ <td style="font-weight:bold">
<!-- IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION -->
Detect your physical location
</td>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698