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

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

Issue 18341016: Add types.private.ChromeDirectSetting and Connect it to preferencesPrivate.googleGeolocationAccessE… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 38a6fa6123f8b0c5fc461f0d123395c01a43ee93..85e98be9c835a7899875860e9487ed1797d895e0 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -508,6 +508,11 @@
"extension_types": ["extension", "packaged_app", "platform_app"],
"contexts": ["blessed_extension"]
},
+ "types.private": {
+ "channel": "dev",
+ "extension_types": ["extension"],
+ "location": "component"
+ },
"usb": {
"dependencies": ["permission:usb"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698