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

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

Issue 23799006: Move idltest API to trunk channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setting channel to trunk for the api test Created 7 years, 3 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: 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 3d8de0e64da3d5c403a3eec5aa382c91bb57353f..f0e851d8c5c2e5e324aea2517db86a929e4ae298 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -209,10 +209,6 @@
"dependencies": ["permission:experimental"],
"contexts": ["blessed_extension"]
},
- "experimental.idltest": {
- "dependencies": ["permission:experimental"],
- "contexts": ["blessed_extension"]
- },
"experimental.rlz": {
"dependencies": ["permission:experimental"],
"contexts": ["blessed_extension"]
@@ -286,6 +282,10 @@
"dependencies": ["permission:identityPrivate"],
"contexts": ["blessed_extension"]
},
+ "idltest": {
+ "dependencies": ["permission:idltest"],
+ "contexts": ["blessed_extension"]
+ },
"idle": {
"dependencies": ["permission:idle"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698