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

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: Merge 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
« no previous file with comments | « chrome/browser/ui/views/download/download_item_view.cc ('k') | content/browser/download/download_item.h » ('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 08ddcd8290030f5573d80ea5cfd43fc9dee2825d..0486385be3aea56411b59b2104cbad0055c959ea 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."
Mihai Parparita -not on Chrome 2011/11/17 20:30:25 Is the change to "malicious" here but the keeping
noelutz 2011/11/17 21:25:16 It is. DANGER_FILE == filename is suspicious. E.g
+ },
+ "DANGER_CONTENT": {
+ "type": "string",
+ "value": "content",
+ "description": "The download's content is malicious."
}
},
"types": [
« no previous file with comments | « chrome/browser/ui/views/download/download_item_view.cc ('k') | content/browser/download/download_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698