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

Unified Diff: extensions/common/api/_permission_features.json

Issue 789643004: Move chrome.alarms API from chrome/ to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/alarms.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_permission_features.json
diff --git a/extensions/common/api/_permission_features.json b/extensions/common/api/_permission_features.json
index 1b2a1cabc09effacbe678ae96141bfb0fe00a414..b9b13fc4f3b1216852b3fbf42b54f17767d63d68 100644
--- a/extensions/common/api/_permission_features.json
+++ b/extensions/common/api/_permission_features.json
@@ -21,6 +21,11 @@
// chrome/test/data/extensions/api_test/stubs_app/manifest.json
{
+ "alarms": {
+ "channel": "stable",
+ "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
+ "min_manifest_version": 2
+ },
"app.window.alwaysOnTop": {
"channel": "stable",
"extension_types": ["platform_app"]
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/alarms.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698