| Index: chrome/common/extensions/api/storage.json
|
| diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json
|
| index b89db3087cb9c52167232412919417951d2696b4..c2abffcfb8fc41bcb3696a5387a14fd6d28e452d 100644
|
| --- a/chrome/common/extensions/api/storage.json
|
| +++ b/chrome/common/extensions/api/storage.json
|
| @@ -163,7 +163,7 @@
|
| {
|
| "name": "areaName",
|
| "type": "string",
|
| - "description": "The name of the storage area (\"sync\" or \"local\") the changes are for."
|
| + "description": "The name of the storage area (\"sync\", \"local\" or \"managed\") the changes are for."
|
| }
|
| ]
|
| }
|
|
|