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

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

Issue 2503213003: Whitelist for autotest extension. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See chrome/common/extensions/api/_features.md to understand this file, as 7 // See chrome/common/extensions/api/_features.md to understand this file, as
8 // well as feature.h, simple_feature.h, and base_feature_provider.h. 8 // well as feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // If you add a new platform_app permission please update the "stubs_app" test: 10 // If you add a new platform_app permission please update the "stubs_app" test:
(...skipping 28 matching lines...) Expand all
39 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. 39 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev.
40 ] 40 ]
41 }, 41 },
42 "autofillPrivate": { 42 "autofillPrivate": {
43 "channel": "trunk", 43 "channel": "trunk",
44 "extension_types": ["extension", "platform_app"], 44 "extension_types": ["extension", "platform_app"],
45 "location": "component" 45 "location": "component"
46 }, 46 },
47 "autotestPrivate": { 47 "autotestPrivate": {
48 "channel": "stable", 48 "channel": "stable",
49 "extension_types": ["extension", "legacy_packaged_app"], 49 "extension_types": ["extension", "legacy_packaged_app"],
Devlin 2016/11/17 18:14:05 Do we still need this to work with legacy packaged
achuithb 2016/11/17 22:34:48 Done.
50 "location": "component" 50 "whitelist": [
51 "behllobkkfkfnphdnhnkndlbkcpglgmj" // Autotest extension.
Devlin 2016/11/17 18:14:05 This should be a hash. See https://chromium.googl
achuithb 2016/11/17 22:34:48 Done.
52 ]
51 }, 53 },
52 "background": { 54 "background": {
53 "channel": "stable", 55 "channel": "stable",
54 "extension_types": [ 56 "extension_types": [
55 "platform_app", "extension", "legacy_packaged_app", "hosted_app" 57 "platform_app", "extension", "legacy_packaged_app", "hosted_app"
56 ] 58 ]
57 }, 59 },
58 "bookmarkManagerPrivate": { 60 "bookmarkManagerPrivate": {
59 "channel": "stable", 61 "channel": "stable",
60 "extension_types": ["extension", "legacy_packaged_app"], 62 "extension_types": ["extension", "legacy_packaged_app"],
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 "channel": "stable", 942 "channel": "stable",
941 "extension_types": ["platform_app"], 943 "extension_types": ["platform_app"],
942 "platforms": ["chromeos"], 944 "platforms": ["chromeos"],
943 "whitelist": [ 945 "whitelist": [
944 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 946 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
945 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 947 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
946 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 948 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
947 ] 949 ]
948 } 950 }
949 } 951 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698