Commit 3442d9cc authored by Maxim Kolosovskiy's avatar Maxim Kolosovskiy Committed by Commit Bot

[Password Manager] Disable uploading noisified info about special symbols

We may need to disable the uploading and merge it to late Beta. With this CL, I test that disabling doesn't cause any crashes or other issues. If we don't need to disable uploading, this CL will be reverted.

The uploading was introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1567751.

Bug: 953668, 552420
Change-Id: I6e85bc047bcf1a263b60c5a0cbea19eb5e86f576
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615023Reviewed-by: default avatarVadym Doroshenko <dvadym@chromium.org>
Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660352}
parent a2aecfd5
......@@ -411,8 +411,6 @@ void EncodePasswordAttributesVote(
break;
case PasswordAttribute::kHasSpecialSymbol:
upload->set_password_has_special_symbol(password_attributes_vote.second);
if (password_attributes_vote.second)
upload->set_password_special_symbol(password_symbol_vote);
break;
case PasswordAttribute::kPasswordAttributesCount:
NOTREACHED();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment