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

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

Issue 2840103002: Add new API function: feedbackPrivate.readLogSource (Closed)
Patch Set: Add proper ifdefs for non-CrOS platforms 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 c3cd3798499374b83456c25c63c4dc11dcecb98e..de107478411d8220b03adf2b81f8b9d857d54a6d 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