| Index: chrome/browser/safe_browsing/safe_browsing_util.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| index c320d96d6b23ea65bf2502fe9b67de2e6dcebc28..b6ee9d06081dc00cae01a55564576c0a87309218 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_util.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| @@ -90,6 +90,7 @@ struct SBFullHashResult {
|
| SBFullHash hash;
|
| // TODO(shess): Refactor to allow ListType here.
|
| int list_id;
|
| + std::string metadata;
|
| };
|
|
|
| // Caches individual response from GETHASH request.
|
|
|