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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 // whitelist. | 380 // whitelist. |
381 // Adding it to this whitelist documents their dependency, however, and | 381 // Adding it to this whitelist documents their dependency, however, and |
382 // also doesn't hurt anything. | 382 // also doesn't hurt anything. |
383 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager | 383 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager |
384 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice | 384 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice |
385 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev | 385 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev |
386 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 386 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
387 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor | 387 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
388 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now | 388 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now |
389 "iejldcgjigodajhjecapkeiggcncflph", // Google Now dev | 389 "iejldcgjigodajhjecapkeiggcncflph", // Google Now dev |
390 "khopmbdjffemhegeeobelklnbglcdgfh" // RU-NTP | 390 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP |
| 391 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development |
| 392 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing |
| 393 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release |
391 ] | 394 ] |
392 }, | 395 }, |
393 "musicManagerPrivate": { | 396 "musicManagerPrivate": { |
394 "channel": "dev", | 397 "channel": "dev", |
395 "extension_types": ["platform_app"], | 398 "extension_types": ["platform_app"], |
396 "whitelist": [ | 399 "whitelist": [ |
397 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager | 400 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager |
398 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test | 401 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A" // Test |
399 ] | 402 ] |
400 }, | 403 }, |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 }, | 655 }, |
653 "webRequestBlocking": { | 656 "webRequestBlocking": { |
654 "channel": "stable", | 657 "channel": "stable", |
655 "extension_types": ["extension", "packaged_app"] | 658 "extension_types": ["extension", "packaged_app"] |
656 }, | 659 }, |
657 "webview": { | 660 "webview": { |
658 "channel": "stable", | 661 "channel": "stable", |
659 "extension_types": ["platform_app"] | 662 "extension_types": ["platform_app"] |
660 } | 663 } |
661 } | 664 } |
OLD | NEW |