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

Unified Diff: chrome/common/extensions/docs/manifest.html

Issue 9244005: Move the `privacy` extension API out of experimental. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License. Created 8 years, 11 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/manifest.html
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 4299ad09ce02a094b8029368428ab3de1c9f23c0..e1f4746b567fb106f173b3e6158503f5da67b0d6 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -944,6 +944,11 @@ table.
<a href="notifications.html">Desktop Notifications</a>.</td>
</tr>
<tr>
+ <td> "privacy" </td>
+ <td> Required if the extension uses the
+ <a href="privacy.html">chrome.privacy</a> module. </td>
+</tr>
+<tr>
<td> "proxy" </td>
<td> Required if the extension uses the
<a href="proxy.html">chrome.proxy</a> module. </td>
« no previous file with comments | « chrome/common/extensions/docs/js/api_page_generator.js ('k') | chrome/common/extensions/docs/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698