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

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

Issue 1576563002: [Media Router] Replace old MR extension ID with "new" extension ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "channel": "stable", 155 "channel": "stable",
156 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 156 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
157 "whitelist": [ 157 "whitelist": [
158 "9448CAB302F268FB4917D06F70703893DCDA26C4", // Cast Test Extension 158 "9448CAB302F268FB4917D06F70703893DCDA26C4", // Cast Test Extension
159 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 159 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
160 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 160 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
161 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 161 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
162 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 162 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
163 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 163 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
164 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 164 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
165 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 165 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/574889
166 ] 166 ]
167 }, 167 },
168 "declarativeWebRequest": { 168 "declarativeWebRequest": {
169 "channel": "beta", 169 "channel": "beta",
170 "extension_types": ["extension", "legacy_packaged_app"] 170 "extension_types": ["extension", "legacy_packaged_app"]
171 }, 171 },
172 "diagnostics": [ 172 "diagnostics": [
173 { 173 {
174 "channel": "dev", 174 "channel": "dev",
175 "extension_types": ["platform_app"] 175 "extension_types": ["platform_app"]
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 }], 482 }],
483 "webRequest": { 483 "webRequest": {
484 "channel": "stable", 484 "channel": "stable",
485 "extension_types": ["extension", "legacy_packaged_app"] 485 "extension_types": ["extension", "legacy_packaged_app"]
486 }, 486 },
487 "webRequestBlocking": { 487 "webRequestBlocking": {
488 "channel": "stable", 488 "channel": "stable",
489 "extension_types": ["extension", "legacy_packaged_app"] 489 "extension_types": ["extension", "legacy_packaged_app"]
490 } 490 }
491 } 491 }
OLDNEW
« no previous file with comments | « extensions/common/api/_behavior_features.json ('k') | third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698