Chromium Code Reviews| Index: chrome/common/safe_browsing/client_model.proto |
| diff --git a/chrome/common/safe_browsing/client_model.proto b/chrome/common/safe_browsing/client_model.proto |
| index 6a1a912d5f56a13f9f6cf1e1c26c2dd3f45bf76d..8216682b2af41e2bec8c967750ed7cba539876ac 100644 |
| --- a/chrome/common/safe_browsing/client_model.proto |
| +++ b/chrome/common/safe_browsing/client_model.proto |
| @@ -88,4 +88,10 @@ message ClientSideModel { |
| // Murmur hash seed that was used to hash the page words. |
| optional fixed32 murmur_hash_seed = 8; |
| + |
| + // Maximum number of unique shingle hashes per page. |
| + optional int32 max_shingles_per_page = 9 [default = 200]; |
|
noelutz
2014/05/06 21:40:18
Don't forget to add these fields on hte server as
zysxqn
2014/05/07 19:29:19
Acknowledged.
|
| + |
| + // The number of words in a shingle. |
| + optional int32 shingle_size = 10 [default = 4]; |
| } |