Chromium Code Reviews| Index: chrome/common/extensions/api/storage.json |
| diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json |
| index db7d7fab41d90750266730e77ea14b0e8fa05649..e1bcf98075834cf68f9138930032bce9b98ba1a4 100644 |
| --- a/chrome/common/extensions/api/storage.json |
| +++ b/chrome/common/extensions/api/storage.json |
| @@ -5,6 +5,8 @@ |
| [ |
| { |
| "namespace": "storage", |
| + "description": "Use the <code>chrome.storage</code> API to store, retrieve, and track changes to user data.", |
| + "unprivileged": true, |
| "types": [ |
| { |
| "id": "StorageChange", |