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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 "whitelist": [ | 430 "whitelist": [ |
431 // http://crbug.com/309737 | 431 // http://crbug.com/309737 |
432 "nckgahadagoaajjgafhacjanaoiihapd", | 432 "nckgahadagoaajjgafhacjanaoiihapd", |
433 "ljclpkphhpbpinifbeabbhlfddcpfdde", | 433 "ljclpkphhpbpinifbeabbhlfddcpfdde", |
434 "ppleadejekpmccmnpjdimmlfljlkdfej", | 434 "ppleadejekpmccmnpjdimmlfljlkdfej", |
435 "eggnbpckecmjlblplehfpjjdhhidfdoj", | 435 "eggnbpckecmjlblplehfpjjdhhidfdoj", |
436 "jfjjdfefebklmdbmenmlehlopoocnoeh", | 436 "jfjjdfefebklmdbmenmlehlopoocnoeh", |
437 "knipolnnllmklapflnccelgolnpehhpl" | 437 "knipolnnllmklapflnccelgolnpehhpl" |
438 ] | 438 ] |
439 }, | 439 }, |
440 "hid": { | |
441 "dependencies": ["permission:hid"], | |
442 "contexts": ["blessed_extension"] | |
443 }, | |
444 "history": { | 440 "history": { |
445 "dependencies": ["permission:history"], | 441 "dependencies": ["permission:history"], |
446 "contexts": ["blessed_extension"] | 442 "contexts": ["blessed_extension"] |
447 }, | 443 }, |
448 "hotwordPrivate": { | 444 "hotwordPrivate": { |
449 "dependencies": ["permission:hotwordPrivate"], | 445 "dependencies": ["permission:hotwordPrivate"], |
450 "contexts": ["blessed_extension"] | 446 "contexts": ["blessed_extension"] |
451 }, | 447 }, |
452 "i18n": { | 448 "i18n": { |
453 "channel": "stable", | 449 "channel": "stable", |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
770 "internal": true, | 766 "internal": true, |
771 "channel": "stable", | 767 "channel": "stable", |
772 "dependencies": ["permission:webview"], | 768 "dependencies": ["permission:webview"], |
773 "contexts": ["blessed_extension"] | 769 "contexts": ["blessed_extension"] |
774 }, | 770 }, |
775 "windows": { | 771 "windows": { |
776 "dependencies": ["api:tabs"], | 772 "dependencies": ["api:tabs"], |
777 "contexts": ["blessed_extension"] | 773 "contexts": ["blessed_extension"] |
778 } | 774 } |
779 } | 775 } |
OLD | NEW |