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

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

Issue 96233002: Add a PDF component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 679 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
680 }, 680 },
681 "streamsPrivate": { 681 "streamsPrivate": {
682 "channel": "stable", 682 "channel": "stable",
683 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 683 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
684 "whitelist": [ 684 "whitelist": [
685 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests 685 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests
686 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice 686 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice
687 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev 687 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev
688 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 688 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
689 "3727DD3E564B6055387425027AD74C58784ACC15" // Editor 689 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor
690 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF
690 ] 691 ]
691 }, 692 },
692 "socket": [{ 693 "socket": [{
693 "channel": "stable", 694 "channel": "stable",
694 "extension_types": ["platform_app"] 695 "extension_types": ["platform_app"]
695 }, { 696 }, {
696 "channel": "stable", 697 "channel": "stable",
697 "extension_types": ["extension"], 698 "extension_types": ["extension"],
698 "whitelist": [ 699 "whitelist": [
699 // The connectivity diagnostic utility is a component extension that is 700 // The connectivity diagnostic utility is a component extension that is
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 // Only allowed for whitelisted extensions until all the caveats are 871 // Only allowed for whitelisted extensions until all the caveats are
871 // addressed. Tracked in crbug/285151. 872 // addressed. Tracked in crbug/285151.
872 "channel": "stable", 873 "channel": "stable",
873 "extension_types": ["extension"], 874 "extension_types": ["extension"],
874 "location": "component", 875 "location": "component",
875 "whitelist": [ 876 "whitelist": [
876 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 877 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
877 ] 878 ]
878 }] 879 }]
879 } 880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698