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

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

Issue 1776373002: [Extensions] Remove unused parts of the preferencesPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really clean up prefs Created 4 years, 9 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/chrome_tests.gypi ('k') | chrome/common/pref_names.h » ('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 8044178af18f7925753a02caf45bcb2007d43763..e409fb1f40f13fddc89b2576741cdebacde3bba9 100644
--- a/chrome/common/extensions/api/preferences_private.json
+++ b/chrome/common/extensions/api/preferences_private.json
@@ -12,33 +12,7 @@
"$ref": "types.private.ChromeDirectSetting",
"value": ["easy_unlock.proximity_required", {"type":"boolean"}],
"description": "If true, a remote Easy Unlock device can only unlock the local device if it is in very close proximity (roughly, within a foot). This preference's value is a boolean, defaulting to <code>false</code>."
- },
- "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. The possible values are those that can be returned from syncer::ModelTypeToString in sync/syncable/model_type.cc.",
- "type": "function",
- "parameters": [
- {
- "name": "callback",
- "type": "function",
- "parameters": [
- {
- "name": "categories",
- "type": "array",
- "items": {"type": "string"}
- }
- ]
- }
- ]
}
- ]
+ }
}
]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698