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

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: 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 // also doesn't hurt anything. 513 // also doesn't hurt anything.
514 "A948368FC53BE437A55FEB414106E207925482F5", // File manager 514 "A948368FC53BE437A55FEB414106E207925482F5", // File manager
515 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 515 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
516 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev 516 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // Quickoffice dev
517 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 517 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
518 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor 518 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor
519 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now 519 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now
520 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP 520 "6EEEA7775E79C735E4BA1F24DBB191BDACB1262C", // RU-NTP
521 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 521 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
522 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing 522 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
523 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release 523 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release
524 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
525 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444
Finnur 2013/11/22 10:31:57 nit: Normally, I'd also ask you to end all comment
yefimt 2013/11/22 19:01:43 Done.
524 ] 526 ]
525 }, 527 },
526 "mdns": { 528 "mdns": {
527 "channel": "stable", 529 "channel": "stable",
528 "extension_types": ["extension"], 530 "extension_types": ["extension"],
529 "whitelist": [ 531 "whitelist": [
530 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 532 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
531 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester 533 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester
532 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging 534 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging
533 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 535 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 // Only allowed for whitelisted extensions until all the caveats are 864 // Only allowed for whitelisted extensions until all the caveats are
863 // addressed. Tracked in crbug/285151. 865 // addressed. Tracked in crbug/285151.
864 "channel": "stable", 866 "channel": "stable",
865 "extension_types": ["extension"], 867 "extension_types": ["extension"],
866 "location": "component", 868 "location": "component",
867 "whitelist": [ 869 "whitelist": [
868 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 870 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
869 ] 871 ]
870 }] 872 }]
871 } 873 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698