| Index: chrome/common/extensions/api/_api_features.json
|
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
|
| index 1f61fef4fcdf7158efac50cda728e4bb56ef077c..80bfcbd439e6b26b1abd090f984fd200eed2d936 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -463,6 +463,10 @@
|
| "dependencies": ["permission:inputMethodPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "launcherPagePrivate": {
|
| + "dependencies": ["permission:launcherPagePrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "location": {
|
| "dependencies": ["permission:location"],
|
| "contexts": ["blessed_extension"]
|
|
|