| Index: extensions/shell/common/api/_api_features.json
|
| diff --git a/extensions/shell/common/api/_api_features.json b/extensions/shell/common/api/_api_features.json
|
| index a0578b6109abae036247e51793972a26f84a4a54..4f2fa7cd3f1a2abdd6befb167979f78a7f8b77d3 100644
|
| --- a/extensions/shell/common/api/_api_features.json
|
| +++ b/extensions/shell/common/api/_api_features.json
|
| @@ -13,6 +13,12 @@
|
| "contexts": ["blessed_extension"],
|
| "extension_types": ["platform_app"]
|
| },
|
| + // Setup related functions for a Google Cloud Devices (GCD) target device.
|
| + "shell.gcd": {
|
| + "channel": "dev",
|
| + "contexts": ["blessed_extension"],
|
| + "extension_types": ["platform_app"]
|
| + },
|
| "shell.window": {
|
| "channel": "dev",
|
| "contexts": ["blessed_extension"],
|
|
|