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

Unified Diff: chrome/test/data/extensions/extension_api_unittest/api_features.json

Issue 2494653005: Support API aliases (Closed)
Patch Set: . Created 4 years, 1 month 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
« no previous file with comments | « chrome/common/extensions/api/common_extension_api_unittest.cc ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/extension_api_unittest/api_features.json
diff --git a/chrome/test/data/extensions/extension_api_unittest/api_features.json b/chrome/test/data/extensions/extension_api_unittest/api_features.json
index fb122e9338674b725b88d7778cc1e9a0e3267af6..c456d777b7406a870d67a2a27aacbf4220c3d9e7 100644
--- a/chrome/test/data/extensions/extension_api_unittest/api_features.json
+++ b/chrome/test/data/extensions/extension_api_unittest/api_features.json
@@ -106,5 +106,19 @@
"channel": "stable",
"contexts": ["content_script", "blessed_extension", "unblessed_extension"],
"session_types": ["kiosk", "regular"]
+ },
+ "alias_api": {
+ "channel": "stable",
+ "source": "alias_api_source",
+ "contexts": ["content_script", "blessed_extension", "unblessed_extension"]
+ },
+ "alias_api.foo": {
+ "channel": "dev",
+ "contexts": ["blessed_extension"]
+ },
+ "alias_api_source": {
+ "channel": "dev",
+ "alias": "alias_api",
+ "contexts": ["blessed_extension"]
}
}
« no previous file with comments | « chrome/common/extensions/api/common_extension_api_unittest.cc ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698