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

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

Issue 68173031: Added enhanced bookmarks extension as an external component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
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 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
9 // 9 //
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 // also doesn't hurt anything. 517 // also doesn't hurt anything.
518 "A948368FC53BE437A55FEB414106E207925482F5", // File manager 518 "A948368FC53BE437A55FEB414106E207925482F5", // File manager
519 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 519 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
520 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev 520 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev
521 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 521 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
522 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor 522 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor
523 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now 523 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now
524 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP 524 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP
525 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 525 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
526 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing 526 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
527 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release 527 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release
528 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900.
529 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444.
528 ] 530 ]
529 }, 531 },
530 "mdns": { 532 "mdns": {
531 "channel": "stable", 533 "channel": "stable",
532 "extension_types": ["extension"], 534 "extension_types": ["extension"],
533 "whitelist": [ 535 "whitelist": [
534 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 536 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
535 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester 537 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester
536 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging 538 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging
537 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 539 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 // Only allowed for whitelisted extensions until all the caveats are 872 // Only allowed for whitelisted extensions until all the caveats are
871 // addressed. Tracked in crbug/285151. 873 // addressed. Tracked in crbug/285151.
872 "channel": "stable", 874 "channel": "stable",
873 "extension_types": ["extension"], 875 "extension_types": ["extension"],
874 "location": "component", 876 "location": "component",
875 "whitelist": [ 877 "whitelist": [
876 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 878 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
877 ] 879 ]
878 }] 880 }]
879 } 881 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698