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

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 356673003: Notification Provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bug fix Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "extension_types": ["extension", "legacy_packaged_app"] 302 "extension_types": ["extension", "legacy_packaged_app"]
303 }, 303 },
304 "contextMenus": { 304 "contextMenus": {
305 "channel": "stable", 305 "channel": "stable",
306 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 306 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
307 }, 307 },
308 "cookies": { 308 "cookies": {
309 "channel": "stable", 309 "channel": "stable",
310 "extension_types": ["extension", "legacy_packaged_app"] 310 "extension_types": ["extension", "legacy_packaged_app"]
311 }, 311 },
312 "customNotificationCenter": {
313 "channel": "trunk",
314 "extension_types": ["extension", "platform_app"]
315 },
312 "diagnostics": [ 316 "diagnostics": [
313 { 317 {
314 "channel": "dev", 318 "channel": "dev",
315 "extension_types": ["platform_app"] 319 "extension_types": ["platform_app"]
316 }, 320 },
317 { 321 {
318 "channel": "stable", 322 "channel": "stable",
319 "extension_types": ["platform_app"], 323 "extension_types": ["platform_app"],
320 "whitelist": [ 324 "whitelist": [
321 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 325 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 // Only allowed for whitelisted extensions until all the caveats are 1092 // Only allowed for whitelisted extensions until all the caveats are
1089 // addressed. Tracked in crbug/285151. 1093 // addressed. Tracked in crbug/285151.
1090 "channel": "stable", 1094 "channel": "stable",
1091 "extension_types": ["extension"], 1095 "extension_types": ["extension"],
1092 "location": "component", 1096 "location": "component",
1093 "whitelist": [ 1097 "whitelist": [
1094 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1098 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1095 ] 1099 ]
1096 }] 1100 }]
1097 } 1101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698