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 4ccdc097cf069032e5d89ae767243348262f3e13..9d4e06190616986c7cb52c10a93bc95aee4c6ee7 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. |