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

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

Issue 854153003: Add "OK, Google" and extended SafeBrowsing reporting to `chrome.privacy` (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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"}],

Powered by Google App Engine
This is Rietveld 408576698