Chromium Code Reviews| 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. |
|
lpz
2017/04/18 14:43:27
So this field is not used in chrome code yet, righ
Jialiu Lin
2017/04/18 20:38:03
This field is going to be used in the post-inciden
|
| + optional bytes verdict_token = 5; |
| } |
| message ClientMalwareResponse { |