| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index f2dadfd9d4850d518b2d4b185c35ab58f7de4c01..1eb1eedd69bec640c05b9d4c015a3bc9cf3d2b48 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -400,7 +400,7 @@ message ClientDownloadResponse {
|
| // Chrome should show the default warning if configured for this file type.
|
| UNKNOWN = 5;
|
| }
|
| - required Verdict verdict = 1;
|
| + optional Verdict verdict = 1 [default = SAFE];
|
|
|
| message MoreInfo {
|
| // A human-readable string describing the nature of the warning.
|
|
|