diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/manifest.html')
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index 8912aed..adf059f 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -279,7 +279,7 @@ The following table lists the permissions an extension can use. <a href="http://code.google.com/chrome/extensions/dev/experimental.html">chrome.experimental.* APIs</a>.</td> </tr> <tr> - <td> "geolocation" </td> + <td id="geolocation"> "geolocation" </td> <td> Allows the extension to use the proposed HTML5 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> without prompting the user for permission. </td> |