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

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: The other permissions warning page. 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 308f4c14b5c144394458fb2cfdcb7ddaac0f5f95..8f906a710dcf942cc35f90b810976350f373df2e 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -927,6 +927,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>

Powered by Google App Engine
This is Rietveld 408576698