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

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

Issue 8468020: Propagate the SafeBrowsing download protection verdict to the DownloadItem. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix typo Created 9 years, 1 month 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 c187dbec1d649ba915575712f1021c4597715db5..abecfff932b71440ea2aab78867e4dd7fb240e17 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -4315,7 +4315,12 @@
"DANGER_URL": {
"type": "string",
"value": "url",
- "description": "The download's URL is suspicious."
+ "description": "The download's URL is malicious."
+ },
+ "DANGER_CONTENT": {
+ "type": "string",
+ "value": "content",
+ "description": "The download's content is malicious."
}
},
"types": [

Powered by Google App Engine
This is Rietveld 408576698