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

Unified Diff: chrome/common/extensions/docs/templates/intros/management.html

Issue 508263003: Add getSelf method to management API to use without the "management" permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 4 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
Index: chrome/common/extensions/docs/templates/intros/management.html
diff --git a/chrome/common/extensions/docs/templates/intros/management.html b/chrome/common/extensions/docs/templates/intros/management.html
index f758d291adea327a4ae61e99043b0bcf90740942..56ac0bd0f7a3301c86da08785b899697e5764dca 100644
--- a/chrome/common/extensions/docs/templates/intros/management.html
+++ b/chrome/common/extensions/docs/templates/intros/management.html
@@ -15,6 +15,7 @@ For example:</p>
}</pre>
<p>
-$(ref:management.getPermissionWarningsByManifest) and
-$(ref:management.uninstallSelf) do not require the management permission
+$(ref:management.getPermissionWarningsByManifest),
+$(ref:management.uninstallSelf), and $(ref:management.getSelf) do not require
+the management permission.
</p>
« no previous file with comments | « chrome/common/extensions/api/management.json ('k') | chrome/test/data/extensions/management/get_self/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698