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

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

Issue 329853010: Additional methods for chrome.logPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: all works Created 6 years, 6 months 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
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 extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 }, 574 },
575 { 575 {
576 "channel": "stable", 576 "channel": "stable",
577 "extension_types": [ 577 "extension_types": [
578 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 578 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
579 ], 579 ],
580 "location": "component" 580 "location": "component"
581 } 581 }
582 ], 582 ],
583 "logPrivate": { 583 "logPrivate": {
584 "channel": "dev", 584 "channel": "stable",
585 "extension_types": ["extension", "legacy_packaged_app"], 585 "extension_types": ["extension", "platform_app"],
586 "location": "component" 586 "whitelist": [
587 "ddammdhioacbehjngdmkjcjbnfginlla", // Test
588 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
589 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
590 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
591 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
592 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
593 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258
594 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088
595 ]
587 }, 596 },
588 "webcamPrivate": { 597 "webcamPrivate": {
589 "channel": "dev", 598 "channel": "dev",
590 "extension_types": ["extension", "platform_app"] 599 "extension_types": ["extension", "platform_app"]
591 }, 600 },
592 "management": [ 601 "management": [
593 { 602 {
594 "channel": "stable", 603 "channel": "stable",
595 "extension_types": ["extension", "legacy_packaged_app"] 604 "extension_types": ["extension", "legacy_packaged_app"]
596 }, 605 },
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 // Only allowed for whitelisted extensions until all the caveats are 1064 // Only allowed for whitelisted extensions until all the caveats are
1056 // addressed. Tracked in crbug/285151. 1065 // addressed. Tracked in crbug/285151.
1057 "channel": "stable", 1066 "channel": "stable",
1058 "extension_types": ["extension"], 1067 "extension_types": ["extension"],
1059 "location": "component", 1068 "location": "component",
1060 "whitelist": [ 1069 "whitelist": [
1061 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1070 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1062 ] 1071 ]
1063 }] 1072 }]
1064 } 1073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698