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

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

Issue 1143303004: Add IDL and stub implementation for chrome.usersPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make isOwner a required field Created 5 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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 "extension_types": ["extension", "legacy_packaged_app"] 956 "extension_types": ["extension", "legacy_packaged_app"]
957 }, 957 },
958 "tts": { 958 "tts": {
959 "channel": "stable", 959 "channel": "stable",
960 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 960 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
961 }, 961 },
962 "ttsEngine": { 962 "ttsEngine": {
963 "channel": "stable", 963 "channel": "stable",
964 "extension_types": ["extension", "legacy_packaged_app"] 964 "extension_types": ["extension", "legacy_packaged_app"]
965 }, 965 },
966 "usersPrivate": {
967 "channel": "trunk",
968 "extension_types": ["extension", "platform_app"],
969 "location": "component"
970 },
966 "wallpaper": { 971 "wallpaper": {
967 "channel": "stable", 972 "channel": "stable",
968 "extension_types": ["platform_app", "extension"], 973 "extension_types": ["platform_app", "extension"],
969 "platforms": ["chromeos"] 974 "platforms": ["chromeos"]
970 }, 975 },
971 "wallpaperPrivate": { 976 "wallpaperPrivate": {
972 "channel": "stable", 977 "channel": "stable",
973 "extension_types": ["platform_app"], 978 "extension_types": ["platform_app"],
974 "location": "component", 979 "location": "component",
975 "platforms": ["chromeos"] 980 "platforms": ["chromeos"]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 "channel": "stable", 1029 "channel": "stable",
1025 "extension_types": ["platform_app"], 1030 "extension_types": ["platform_app"],
1026 "platforms": ["chromeos"], 1031 "platforms": ["chromeos"],
1027 "whitelist": [ 1032 "whitelist": [
1028 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1033 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1029 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1034 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1030 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1035 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1031 ] 1036 ]
1032 } 1037 }
1033 } 1038 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698