| 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 779e1972015e4f9476d03186cbe7d1e16d8ea841..ea4adf18b4276d58524956ffc69bb62296087a8b 100644
|
| --- a/extensions/shell/common/api/_api_features.json
|
| +++ b/extensions/shell/common/api/_api_features.json
|
| @@ -12,5 +12,11 @@
|
| "channel": "dev",
|
| "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"]
|
| }
|
| }
|
|
|