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

Unified Diff: chrome/common/extensions/api/downloads.idl

Issue 12087095: Sync csd.proto with server-side version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing comma Created 7 years, 11 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/webui/downloads_dom_handler.cc ('k') | chrome/common/safe_browsing/csd.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/downloads.idl
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
index d5f87be56a3a4a17f5a685245ec8d6c721a56a27..db7116520a5fc74a55124a2a378bf4446fd3d33f 100644
--- a/chrome/common/extensions/api/downloads.idl
+++ b/chrome/common/extensions/api/downloads.idl
@@ -47,12 +47,15 @@ namespace downloads {
// <dt>uncommon</dt>
// <dd>The download's URL is not commonly downloaded and could be
// dangerous.</dd>
+ // <dt>host</dt>
+ // <dd>The download came from a host known to distribute malicious
+ // binaries and is likely dangerous.</dd>
// <dt>safe</dt>
// <dd>The download presents no known danger to the user's computer.</dd>
// </dl>
// These string constants will never change, however the set of DangerTypes
// may change.
- enum DangerType {file, url, content, uncommon, safe};
+ enum DangerType {file, url, content, uncommon, host, safe};
// <dl><dt>in_progress</dt>
// <dd>The download is currently receiving data from the server.</dd>
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler.cc ('k') | chrome/common/safe_browsing/csd.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698