| 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>
 | 
| 
 |