Index: chrome/common/safe_browsing/csd.proto |
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto |
index 6b5f6c6f6d3c080b7b8910a4fafca55ce2948999..8de884c180608ff609b43b80dae27e761958e69d 100644 |
--- a/chrome/common/safe_browsing/csd.proto |
+++ b/chrome/common/safe_browsing/csd.proto |
@@ -68,6 +68,9 @@ message ClientPhishingRequest { |
optional string OBSOLETE_referrer_url = 9; |
// Field 11 is only used on the server. |
+ |
+ // List of shingle hashes we extracted. |
+ repeated uint32 shingle_hashes = 12; |
noelutz
2014/05/06 21:40:18
don't forget to mark these as packed as well. Oth
zysxqn
2014/05/07 19:29:19
Done.
|
} |
message ClientPhishingResponse { |