OLD | NEW |
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 extension APIs implemented under src/chrome. | 5 // This features file defines extension APIs implemented under src/chrome. |
6 // See extensions/common/features/* to understand this file, in particular | 6 // See extensions/common/features/* to understand this file, in particular |
7 // feature.h, simple_feature.h, and base_feature_provider.h. | 7 // feature.h, simple_feature.h, and base_feature_provider.h. |
8 // | 8 // |
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context | 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context |
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. | 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "contexts": ["blessed_extension"] | 289 "contexts": ["blessed_extension"] |
290 }, { | 290 }, { |
291 "dependencies": ["permission:desktopCapturePrivate"], | 291 "dependencies": ["permission:desktopCapturePrivate"], |
292 "whitelist": [ | 292 "whitelist": [ |
293 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 293 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
294 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 294 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
295 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 295 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
296 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 296 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
297 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | 297 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable |
298 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 | 298 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 |
299 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 | 299 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/574889 |
300 ], | 300 ], |
301 "contexts": ["blessed_extension"] | 301 "contexts": ["blessed_extension"] |
302 }], | 302 }], |
303 "developerPrivate": [{ | 303 "developerPrivate": [{ |
304 "dependencies": ["permission:developerPrivate", "permission:management"], | 304 "dependencies": ["permission:developerPrivate", "permission:management"], |
305 "contexts": ["blessed_extension"] | 305 "contexts": ["blessed_extension"] |
306 }, { | 306 }, { |
307 "channel": "stable", | 307 "channel": "stable", |
308 "contexts": ["webui"], | 308 "contexts": ["webui"], |
309 "matches": [ | 309 "matches": [ |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 "internal": true, | 841 "internal": true, |
842 "channel": "stable", | 842 "channel": "stable", |
843 "dependencies": ["permission:webview"], | 843 "dependencies": ["permission:webview"], |
844 "contexts": ["blessed_extension"] | 844 "contexts": ["blessed_extension"] |
845 }, | 845 }, |
846 "windows": { | 846 "windows": { |
847 "dependencies": ["api:tabs"], | 847 "dependencies": ["api:tabs"], |
848 "contexts": ["blessed_extension"] | 848 "contexts": ["blessed_extension"] |
849 } | 849 } |
850 } | 850 } |
OLD | NEW |