Index: trunk/src/chrome/common/extensions/api/preferences_private.json |
=================================================================== |
--- trunk/src/chrome/common/extensions/api/preferences_private.json (revision 242037) |
+++ trunk/src/chrome/common/extensions/api/preferences_private.json (working copy) |
@@ -8,31 +8,10 @@ |
"description": "none", |
"properties": { |
"googleGeolocationAccessEnabled": { |
- "nocompile": true, |
"$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>." |
} |
- }, |
- "functions": [ |
- { |
- "name": "getSyncCategoriesWithoutPassphrase", |
- "description": "Returns a list of sync categories the user has enabled without using a custom passphrase for encryption", |
- "type": "function", |
- "parameters": [ |
- { |
- "name": "callback", |
- "type": "function", |
- "parameters": [ |
- { |
- "name": "categories", |
- "type": "array", |
- "items": {"type": "string"} |
- } |
- ] |
- } |
- ] |
- } |
- ] |
+ } |
} |
] |