Chromium Code Reviews| 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..85cd4ea02aeb341ed188a45ac2b299122d5b5182 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": { |
|
Matt Giuca
2014/11/03 00:57:42
I thought we agreed to just call this launcherPage
calamity
2014/11/06 02:36:31
Done.
|
| + "dependencies": ["manifest:launcher_page"], |
| + "contexts": ["blessed_extension"] |
| + }, |
| "location": { |
| "dependencies": ["permission:location"], |
| "contexts": ["blessed_extension"] |