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

Unified Diff: chrome/common/extensions/api/preferences_private.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: Sync to Latest Created 7 years, 5 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/types_private.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/preferences_private.json
diff --git a/chrome/common/extensions/api/preferences_private.json b/chrome/common/extensions/api/preferences_private.json
index c68b08d032fc6c237339998befaff623f2e031e2..4ceeb5fafe3b011aeb4f0658da0b6b3f70b4bd66 100644
--- a/chrome/common/extensions/api/preferences_private.json
+++ b/chrome/common/extensions/api/preferences_private.json
@@ -8,8 +8,8 @@
"description": "none",
"properties": {
"googleGeolocationAccessEnabled": {
- "$ref": "types.ChromeSetting",
- "value": ["googlegeolocationaccessEnabled", {"type":"boolean"}],
+ "$ref": "types.private.ChromeDirectSetting",
+ "value": ["googlegeolocationaccess.enabled", {"type":"boolean"}],
"description": "If enabled, Google services can access the user's location. This preference's value is a boolean, defaulting to <code>false</code>."
}
}
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/types_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698