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

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

Issue 6773006: Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix grammar Created 9 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
Index: chrome/common/extensions/api/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 83a8f3b308ff1188883c24c90b0324bf15c3e1aa..19c4451aa0be38126d1b6769b65d62eaa8edb57d 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -4794,6 +4794,16 @@
"$ref": "Preference",
"value": ["blockThirdPartyCookies", {"type": "boolean"}],
"description": "Whether third party cookies should be blocked. The value of this preference is of type boolean."
+ },
+ "enableReferrers": {
+ "$ref": "Preference",
+ "value": ["enableReferrers", {"type":"boolean"}],
+ "description": "Whether referrers should be enabled. The value of this preference is of type boolean."
+ },
+ "enableHyperlinkAuditing": {
+ "$ref": "Preference",
+ "value": ["enableHyperlinkAuditing", {"type":"boolean"}],
+ "description": "Whether to enable hyperlink auditing (\"<a ping>\"). The value of this preference is of type boolean."
}
}
},

Powered by Google App Engine
This is Rietveld 408576698