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

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: Address Ben's comment. 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..9a83652511c98999fdb93aa2387113d8d35424ad 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 known to be malicious."
+ },
+ "DANGER_CONTENT": {
+ "type": "string",
+ "value": "content",
+ "description": "The download's content is malicious."
Randy Smith (Not in Mondays) 2011/11/16 18:04:04 Why the difference in wording? ("known to be" vs.
noelutz 2011/11/16 23:15:07 Done.
}
},
"types": [

Powered by Google App Engine
This is Rietveld 408576698