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

Unified Diff: trunk/src/chrome/common/extensions/api/preferences_private.json

Issue 105533004: Revert 241977 "Add hook for extension to check sync status." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: 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"}
- }
- ]
- }
- ]
- }
- ]
+ }
}
]

Powered by Google App Engine
This is Rietveld 408576698