Index: chrome/common/extensions/api/privacy.json |
diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json |
index 2ffddf05c33873ee21f8cb46e57f5c2b55adc849..e3f71de7b3cbb8d125ecd5103861725827559f84 100644 |
--- a/chrome/common/extensions/api/privacy.json |
+++ b/chrome/common/extensions/api/privacy.json |
@@ -34,6 +34,11 @@ |
"value": ["autofillEnabled", {"type":"boolean"}], |
"description": "If enabled, Chrome offers to automatically fill in forms. This preference's value is a boolean, defaulting to <code>true</code>." |
}, |
+ "hotwordSearchEnabled": { |
+ "$ref": "types.ChromeSetting", |
+ "value": ["hotwordSearchEnabled", {"type":"boolean"}], |
+ "description": "If enabled, Chrome will enable 'OK, Google' to start a voice search. This preference's value is a boolean, defaulting to <code>true</code>." |
+ }, |
"passwordSavingEnabled": { |
"$ref": "types.ChromeSetting", |
"value": ["passwordSavingEnabled", {"type":"boolean"}], |
@@ -44,6 +49,11 @@ |
"value": ["safeBrowsingEnabled", {"type":"boolean"}], |
"description": "If enabled, Chrome does its best to protect you from phishing and malware. This preference's value is a boolean, defaulting to <code>true</code>." |
}, |
+ "safeBrowsingExtendedReportingEnabled": { |
not at google - send to devlin
2015/01/20 18:04:54
Funny, how do you turn this on in the UI anyway?
|
+ "$ref": "types.ChromeSetting", |
+ "value": ["safeBrowsingExtendedReportingEnabled", {"type":"boolean"}], |
+ "description": "If enabled, Chrome will send additional information to Google when SafeBrowsing blocks a page, such as the content of the blocked page. This preference's value is a boolean, defaulting to <code>false</code>." |
+ }, |
"searchSuggestEnabled": { |
"$ref": "types.ChromeSetting", |
"value": ["searchSuggestEnabled", {"type":"boolean"}], |