Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2571)

Unified Diff: extensions/shell/common/api/_api_features.json

Issue 690093002: app_shell: Initial skeleton of a GCD target device setup API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: C++ skeleton Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"]
}
}

Powered by Google App Engine
This is Rietveld 408576698