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

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: review Created 9 years, 8 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/browser/ui/browser.cc ('k') | chrome/common/extensions/docs/experimental.contentSettings.misc.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5556731d20886543d50b86bfc18ed2ab2e3e6679..fb48df2a1510ae15c2f648e9e0ebf375c5fc0fc9 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -4916,6 +4916,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."
}
}
},
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/common/extensions/docs/experimental.contentSettings.misc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698