Chromium Code Reviews| Index: chrome/common/extensions/api/_permission_features.json |
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json |
| index c51179438301bce08cdcf3bd49cf192f54926c2b..619c54db73b83afabc2d859cb022332c660be6fb 100644 |
| --- a/chrome/common/extensions/api/_permission_features.json |
| +++ b/chrome/common/extensions/api/_permission_features.json |
| @@ -291,6 +291,11 @@ |
| "channel": "stable", |
| "extension_types": ["platform_app"] |
| }, |
| + "wallpaperPrivate": { |
| + "channel": "stable", |
| + "extension_types": ["extension", "packaged_app"], |
|
Mihai Parparita -not on Chrome
2012/08/07 21:16:40
If you need to use this API in a v2 app, you'll ne
|
| + "location": "component" |
| + }, |
| "webNavigation": { |
| "channel": "stable", |
| "extension_types": ["extension", "packaged_app"] |