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

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

Issue 1410093008: Introduce chrome.displaySource API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Antony Created 5 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 unified diff | Download patch
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/display_source.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/extensions. 6 // under src/extensions.
7 7
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 10
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "channel": "stable", 178 "channel": "stable",
179 "extension_types": ["platform_app"], 179 "extension_types": ["platform_app"],
180 "whitelist": [ 180 "whitelist": [
181 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 181 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
182 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing 182 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
183 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release 183 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release
184 ] 184 ]
185 } 185 }
186 ], 186 ],
187 "displaySource": {
188 "channel": "dev",
189 "extension_types": ["extension", "platform_app"]
190 },
187 "dns": [ 191 "dns": [
188 { 192 {
189 "channel": "dev", 193 "channel": "dev",
190 "extension_types": ["extension", "platform_app"] 194 "extension_types": ["extension", "platform_app"]
191 }, 195 },
192 { 196 {
193 "channel": "stable", 197 "channel": "stable",
194 "extension_types": ["extension", "platform_app"], 198 "extension_types": ["extension", "platform_app"],
195 "whitelist": [ 199 "whitelist": [
196 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 200 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 }], 482 }],
479 "webRequest": { 483 "webRequest": {
480 "channel": "stable", 484 "channel": "stable",
481 "extension_types": ["extension", "legacy_packaged_app"] 485 "extension_types": ["extension", "legacy_packaged_app"]
482 }, 486 },
483 "webRequestBlocking": { 487 "webRequestBlocking": {
484 "channel": "stable", 488 "channel": "stable",
485 "extension_types": ["extension", "legacy_packaged_app"] 489 "extension_types": ["extension", "legacy_packaged_app"]
486 } 490 }
487 } 491 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/display_source.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698