From 535a5cfc99aa98b005ae6357123024c5d73feda8 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Fri, 1 Feb 2013 03:53:41 +0000 Subject: Sync csd.proto with server-side version. Adds DANGEROUS_HOST ClientDownloadResponse verdict and pipes it through the downloads system. For now we show the same warning message for both DANGEROUS_CONTENT and DANGEROUS_HOST. BUG=none Review URL: https://chromiumcodereview.appspot.com/12087095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180064 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/safe_browsing/csd.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/safe_browsing') diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto index e139b32..e34e35a 100644 --- a/chrome/common/safe_browsing/csd.proto +++ b/chrome/common/safe_browsing/csd.proto @@ -195,6 +195,8 @@ message ClientDownloadResponse { UNCOMMON = 2; // The download is potentially unwanted. POTENTIALLY_UNWANTED = 3; + // The download is from a dangerous host. + DANGEROUS_HOST = 4; } required Verdict verdict = 1; -- cgit v1.1