diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/extensions/docs/management.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/management.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/management.html b/chrome/common/extensions/docs/management.html index b6d0aeb..0720243 100644 --- a/chrome/common/extensions/docs/management.html +++ b/chrome/common/extensions/docs/management.html @@ -271,7 +271,7 @@ For example:</p> ... }</pre> <p> -The one method that doesn't require the "manifest" permission is +The one method that doesn't require the "management" permission is <a href="#method-getPermissionWarningsByManifest"><code>getPermissionWarningsByManifest</code></a> </p> <!-- END AUTHORED CONTENT --> diff --git a/chrome/common/extensions/docs/static/management.html b/chrome/common/extensions/docs/static/management.html index 891f33c..db62408 100644 --- a/chrome/common/extensions/docs/static/management.html +++ b/chrome/common/extensions/docs/static/management.html @@ -21,7 +21,7 @@ For example:</p> }</pre> <p> -The one method that doesn't require the "manifest" permission is +The one method that doesn't require the "management" permission is <a href="#method-getPermissionWarningsByManifest"><code>getPermissionWarningsByManifest</code></a> </p> <!-- END AUTHORED CONTENT --> |