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

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

Issue 2934163002: Delete the logPrivate APIs (Closed)
Patch Set: Roll back docs changes Created 3 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 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 feature_provider.h. 8 // well as feature.h, simple_feature.h, and 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "location": "component" 480 "location": "component"
481 }, 481 },
482 "launcherSearchProvider": { 482 "launcherSearchProvider": {
483 "channel": "stable", 483 "channel": "stable",
484 "extension_types": ["extension", "platform_app"], 484 "extension_types": ["extension", "platform_app"],
485 "platforms": ["chromeos"], 485 "platforms": ["chromeos"],
486 "whitelist": [ 486 "whitelist": [
487 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager 487 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager
488 ] 488 ]
489 }, 489 },
490 "logPrivate": {
491 "channel": "stable",
492 "extension_types": ["extension", "platform_app"],
493 "whitelist": [
494 "ddammdhioacbehjngdmkjcjbnfginlla", // Test
495 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
496 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
497 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
498 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
499 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
500 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
501 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
502 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
503 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
504 ]
505 },
506 "webcamPrivate": { 490 "webcamPrivate": {
507 "channel": "stable", 491 "channel": "stable",
508 "extension_types": ["extension", "platform_app"] 492 "extension_types": ["extension", "platform_app"]
509 }, 493 },
510 "networking.castPrivate": { 494 "networking.castPrivate": {
511 "channel": "stable", 495 "channel": "stable",
512 "extension_types": ["extension", "platform_app"], 496 "extension_types": ["extension", "platform_app"],
513 "platforms": ["chromeos", "mac", "win"], 497 "platforms": ["chromeos", "mac", "win"],
514 "whitelist": [ 498 "whitelist": [
515 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/588179 499 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/588179
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 "channel": "stable", 897 "channel": "stable",
914 "extension_types": ["platform_app"], 898 "extension_types": ["platform_app"],
915 "platforms": ["chromeos"], 899 "platforms": ["chromeos"],
916 "whitelist": [ 900 "whitelist": [
917 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 901 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
918 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 902 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
919 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 903 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
920 ] 904 ]
921 } 905 }
922 } 906 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/log_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698