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..8aff860877a22789afa8566b47d803dbee3445d4 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 [packed = true]; |
} |
message ClientPhishingResponse { |