|
|
Chromium Code Reviews
Description[Smart Lock] Account chooser assign correct avatar to profile.
Fixes the bug, where avatar doesn't correspond to correct account in the
Account Chooser Dialog on Android.
BUG=660029
Committed: https://crrev.com/1a46b550f643ef7199915d087f9861406763d3e9
Cr-Commit-Position: refs/heads/master@{#428609}
Patch Set 1 #
Total comments: 3
Patch Set 2 : . #Messages
Total messages: 20 (11 generated)
The CQ bit was checked by melandory@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
melandory@chromium.org changed reviewers: + vasilii@chromium.org
PTAL, thanks!
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
What about a unit test?
On 2016/10/28 12:58:00, vasilii wrote: > What about a unit test? Unfortunately, they will be very un-trivial. I can promise to write them after my OOO.
Alternatively, you can bring me a present from vacation ;-) LGTM https://codereview.chromium.org/2454993004/diff/1/chrome/browser/password_man... File chrome/browser/password_manager/account_chooser_dialog_android.cc (right): https://codereview.chromium.org/2454993004/diff/1/chrome/browser/password_man... chrome/browser/password_manager/account_chooser_dialog_android.cc:94: const std::unique_ptr<autofill::PasswordForm>& password_form, It's better to accept 'const PasswordForm&' here.
The CQ bit was checked by melandory@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by melandory@chromium.org
The CQ bit was checked by melandory@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from vasilii@chromium.org Link to the patchset: https://codereview.chromium.org/2454993004/#ps20001 (title: ".")
https://codereview.chromium.org/2454993004/diff/1/chrome/browser/password_man... File chrome/browser/password_manager/account_chooser_dialog_android.cc (right): https://codereview.chromium.org/2454993004/diff/1/chrome/browser/password_man... chrome/browser/password_manager/account_chooser_dialog_android.cc:94: const std::unique_ptr<autofill::PasswordForm>& password_form, On 2016/10/28 14:24:21, vasilii wrote: > It's better to accept 'const PasswordForm&' here. PasswordForm doesn't have const icon_url getter.
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== [Smart Lock] Account chooser assign correct avatar to profile. Fixes the bug, where avatar doesn't correspond to correct account in the Account Chooser Dialog on Android. BUG=660029 ========== to ========== [Smart Lock] Account chooser assign correct avatar to profile. Fixes the bug, where avatar doesn't correspond to correct account in the Account Chooser Dialog on Android. BUG=660029 Committed: https://crrev.com/1a46b550f643ef7199915d087f9861406763d3e9 Cr-Commit-Position: refs/heads/master@{#428609} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/1a46b550f643ef7199915d087f9861406763d3e9 Cr-Commit-Position: refs/heads/master@{#428609}
Message was sent while issue was closed.
https://codereview.chromium.org/2454993004/diff/1/chrome/browser/password_man... File chrome/browser/password_manager/account_chooser_dialog_android.cc (right): https://codereview.chromium.org/2454993004/diff/1/chrome/browser/password_man... chrome/browser/password_manager/account_chooser_dialog_android.cc:94: const std::unique_ptr<autofill::PasswordForm>& password_form, On 2016/10/29 07:34:36, melandory wrote: > On 2016/10/28 14:24:21, vasilii wrote: > > It's better to accept 'const PasswordForm&' here. > > PasswordForm doesn't have const icon_url getter. What does this mean?? |
