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 94332ddc1837b029ca87bb1870c3fe3369387f3b..f19e4d6168a96e1a86b35b0f030ab8b99b8ec4b4 100644 |
| --- a/chrome/common/extensions/api/storage.json |
| +++ b/chrome/common/extensions/api/storage.json |
| @@ -161,7 +161,7 @@ |
| "description": "Object mapping each key that changed to its corresponding <a href='#type-StorageChange'>StorageChange</a> for that item." |
| }, |
| { |
| - "name": "namespace", |
| + "name": "storageNamespace", |
|
not at google - send to devlin
2012/07/03 14:21:39
I always wanted to change references to this in he
Matt Tytel
2012/07/11 02:08:50
Done.
|
| "type": "string", |
| "description": "The namespace (\"sync\" or \"local\") of the storage area the changes are for." |
| } |