| Index: components/safe_browsing/csd.proto
|
| diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto
|
| index 023abe4ffbd71d545a9f2e78426397463fdd8dd8..d4d30d3dd28169249d730f7571746c93c0bf3526 100644
|
| --- a/components/safe_browsing/csd.proto
|
| +++ b/components/safe_browsing/csd.proto
|
| @@ -250,6 +250,9 @@ message LoginReputationClientResponse {
|
|
|
| // Deprecated.
|
| optional bool DEPRECATED_cache_expression_exact_match = 4 [deprecated = true];
|
| +
|
| + // A token which is consistent in the response and post-warning actions.
|
| + optional bytes verdict_token = 5;
|
| }
|
|
|
| message ClientMalwareResponse {
|
|
|