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

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

Issue 999933005: Install warning message code for extensions that use chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix permission message unit test 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Permission Warnings</h1> 1 <h1>Permission Warnings</h1>
2 2
3 3
4 <!-- 4 <!--
5 NOTE: When this doc is updated, the online help should also be updated: 5 NOTE: When this doc is updated, the online help should also be updated:
6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213 6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
7 7
8 We should periodically look at 8 We should periodically look at
9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup 9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup
10 to make sure that we're covering all messages. Search for 10 to make sure that we're covering all messages. Search for
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "management" permission 315 "management" permission
316 </td> 316 </td>
317 <td> 317 <td>
318 The "management" permission is required by the 318 The "management" permission is required by the
319 <a href="management"><code>chrome.management</code></a> module. 319 <a href="management"><code>chrome.management</code></a> module.
320 </td> 320 </td>
321 </tr> 321 </tr>
322 322
323 <tr> 323 <tr>
324 <td style="font-weight:bold"> 324 <td style="font-weight:bold">
325 <!-- IDS_EXTENSION_PROMPT_WARNING_MDNS -->
326 Discover devices on your local network
327 </td>
328 <td>
329 "mdns" permission
330 </td>
331 <td>
332 The "mdns" permission is required by the
333 <a href="mdns"><code>chrome.mdns</code></a> module.
334 </td>
335 </tr>
336
337 <tr>
338 <td style="font-weight:bold">
325 <!-- IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION --> 339 <!-- IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION -->
326 Detect your physical location 340 Detect your physical location
327 </td> 341 </td>
328 <td> 342 <td>
329 "geolocation" permission 343 "geolocation" permission
330 </td> 344 </td>
331 <td> 345 <td>
332 Allows the extension to use the proposed HTML5 346 Allows the extension to use the proposed HTML5
333 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> 347 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a>
334 without prompting the user for permission. 348 without prompting the user for permission.
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 by clicking the <b>chrome://extensions</b> page's 471 by clicking the <b>chrome://extensions</b> page's
458 <b>Update extensions now</b> button. 472 <b>Update extensions now</b> button.
459 </p> 473 </p>
460 474
461 <h2 id="api">API</h2> 475 <h2 id="api">API</h2>
462 476
463 <p> 477 <p>
464 You can get a list of permission warnings for any manifest with 478 You can get a list of permission warnings for any manifest with
465 $(ref:management.getPermissionWarningsByManifest). 479 $(ref:management.getPermissionWarningsByManifest).
466 </p> 480 </p>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698