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

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

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Responded to comments from Patch Set 14 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..9ea4f09818c05ce9bac8ed6c285281c485ea407e 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -452,6 +452,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