Chromium Code Reviews| Index: components/safe_browsing/csd.proto |
| diff --git a/components/safe_browsing/csd.proto b/components/safe_browsing/csd.proto |
| index 689c877a42e4e7e93e6c76a8c7d85c08f957336a..e92931a39b2c8faf3b0f32639acbe4300e012078 100644 |
| --- a/components/safe_browsing/csd.proto |
| +++ b/components/safe_browsing/csd.proto |
| @@ -208,11 +208,9 @@ message LoginReputationClientRequest { |
| repeated Frame frames = 3; |
| // The message contains fields needed for a password reuse event. |
| + // Next tag: 3 |
| message PasswordReuseEvent { |
| - // Origins that the reused password had been used on. The origins are |
| - // maintained by Chrome password manager. |
| - // The field is filled in only when TriggerType is PASSWORD_REUSE_EVENT. |
| - repeated string password_reused_original_origins = 1; |
| + reserved 1; |
| // The frame that the password reuse is detected. |
| optional int32 frame_id = 2; |
|
Nathan Parker
2017/05/22 19:50:31
Also add this missing field:
// Whether the reuse
Jialiu Lin
2017/05/22 20:02:41
Done.
|