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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 { | 8 { |
9 "activeTab": { | 9 "activeTab": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 // The file manager and Google Now are component extensions, and they can | 478 // The file manager and Google Now are component extensions, and they can |
479 // currently use whitelisted interfaces without being on the corresponding | 479 // currently use whitelisted interfaces without being on the corresponding |
480 // whitelist. | 480 // whitelist. |
481 // Adding it to this whitelist documents their dependency, however, and | 481 // Adding it to this whitelist documents their dependency, however, and |
482 // also doesn't hurt anything. | 482 // also doesn't hurt anything. |
483 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager | 483 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager |
484 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice | 484 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice |
485 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev | 485 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev |
486 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 486 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
487 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor | 487 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
488 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 488 "pafkbggdmjlpgkdkcbjmhmfcdpncadgh", // Google Now |
489 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP | 489 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP |
490 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development | 490 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
491 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing | 491 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
492 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release | 492 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
493 ] | 493 ] |
494 }, | 494 }, |
495 "mdns": { | 495 "mdns": { |
496 "channel": "stable", | 496 "channel": "stable", |
497 "extension_types": ["extension"], | 497 "extension_types": ["extension"], |
498 "whitelist": [ | 498 "whitelist": [ |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 // Only allowed for whitelisted extensions until all the caveats are | 811 // Only allowed for whitelisted extensions until all the caveats are |
812 // addressed. Tracked in crbug/285151. | 812 // addressed. Tracked in crbug/285151. |
813 "channel": "stable", | 813 "channel": "stable", |
814 "extension_types": ["extension"], | 814 "extension_types": ["extension"], |
815 "location": "component", | 815 "location": "component", |
816 "whitelist": [ | 816 "whitelist": [ |
817 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 817 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
818 ] | 818 ] |
819 }] | 819 }] |
820 } | 820 } |
OLD | NEW |