| Index: components/safe_browsing_db/util.h
|
| diff --git a/components/safe_browsing_db/util.h b/components/safe_browsing_db/util.h
|
| index dfa38e88daccf16715143353b7f923c2644c10fd..beb804ad71e14e4b07d9192691359f327604098d 100644
|
| --- a/components/safe_browsing_db/util.h
|
| +++ b/components/safe_browsing_db/util.h
|
| @@ -64,6 +64,9 @@ struct SBFullHashResult {
|
| // TODO(shess): Refactor to allow ListType here.
|
| int list_id;
|
| std::string metadata;
|
| + // Used only for V4 results. The cache lifetime for this result. The response
|
| + // must not be cached for more than this duration to avoid false positives.
|
| + base::TimeDelta cache_duration;
|
| };
|
|
|
| // Caches individual response from GETHASH request.
|
|
|