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

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

Issue 883703004: Move chrome.diagnostics API to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/diagnostics.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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 144 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
145 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 145 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
146 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 146 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
147 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 147 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
148 ] 148 ]
149 }, 149 },
150 "declarativeWebRequest": { 150 "declarativeWebRequest": {
151 "channel": "beta", 151 "channel": "beta",
152 "extension_types": ["extension", "legacy_packaged_app"] 152 "extension_types": ["extension", "legacy_packaged_app"]
153 }, 153 },
154 "diagnostics": [
155 {
156 "channel": "dev",
157 "extension_types": ["platform_app"]
158 },
159 {
160 "channel": "stable",
161 "extension_types": ["platform_app"],
162 "whitelist": [
163 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
164 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
165 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release
166 ]
167 }
168 ],
154 "dns": [ 169 "dns": [
155 { 170 {
156 "channel": "dev", 171 "channel": "dev",
157 "extension_types": ["extension", "platform_app"] 172 "extension_types": ["extension", "platform_app"]
158 }, 173 },
159 { 174 {
160 "channel": "stable", 175 "channel": "stable",
161 "extension_types": ["extension", "platform_app"], 176 "extension_types": ["extension", "platform_app"],
162 "whitelist": [ 177 "whitelist": [
163 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 178 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 }, 422 },
408 "webRequest": { 423 "webRequest": {
409 "channel": "stable", 424 "channel": "stable",
410 "extension_types": ["extension", "legacy_packaged_app"] 425 "extension_types": ["extension", "legacy_packaged_app"]
411 }, 426 },
412 "webRequestBlocking": { 427 "webRequestBlocking": {
413 "channel": "stable", 428 "channel": "stable",
414 "extension_types": ["extension", "legacy_packaged_app"] 429 "extension_types": ["extension", "legacy_packaged_app"]
415 } 430 }
416 } 431 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/diagnostics.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698