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

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 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 e83cbed95ebb53561f8e2daaf63ec359925b3c2c..837cf6a5b74da271f509006e1a6b09e40f1afe5f 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -4774,6 +4774,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."
+ },
+ "enablePing": {
+ "$ref": "Preference",
+ "value": ["enablePing", {"type":"boolean"}],
jochen (gone - plz use gerrit) 2011/03/30 08:29:10 I think enabledHyperlinkAuditing would be a better
+ "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