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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Refactor passing of params from API into Log Source 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 221bbf5f4b6293e04b63d5f2b8b83e53897cee7d..e0571e99a754040bd28ad41fe94a41d7ec26c3bf 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -21,40 +21,6 @@
"dependencies": ["permission:accessibilityPrivate"],
"contexts": ["blessed_extension"]
},
- "accessibilityPrivate.onTwoFingerTouchStart": {
tbarzic 2017/06/06 20:27:26 is this intentional?
Simon Que 2017/06/06 22:29:15 No.
- "channel": "stable",
- "contexts": ["blessed_extension"],
- "dependencies": [],
- "extension_types": ["platform_app"],
- "session_types": ["kiosk"],
- "whitelist": [
- "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/717501
- "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/717501
- "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/717501
- "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/717501
- "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/717501
- "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/717501
- "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/717501
- "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/717501
- ]
- },
- "accessibilityPrivate.onTwoFingerTouchStop": {
- "channel": "stable",
- "contexts": ["blessed_extension"],
- "dependencies": [],
- "extension_types": ["platform_app"],
- "session_types": ["kiosk"],
- "whitelist": [
- "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/717501
- "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/717501
- "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/717501
- "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/717501
- "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/717501
- "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/717501
- "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/717501
- "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/717501
- ]
- },
"activityLogPrivate": {
"dependencies": ["permission:activityLogPrivate"],
"contexts": ["blessed_extension"]
@@ -452,6 +418,10 @@
"dependencies": ["permission:feedbackPrivate"],
"contexts": ["blessed_extension"]
},
+ "feedbackPrivate.readLogSource": {
+ "platforms": ["chromeos"],
+ "session_types": ["kiosk"]
+ },
"fileBrowserHandler": {
"dependencies": ["permission:fileBrowserHandler"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698