Do not show the update bubble for sync credentials when a username is unknown.
This CL introduced a checking of |provisionally_saved_credentials| for sync credentials, instead of |pending_credentials|. That's more correct, since |provisionally_saved_credentials| is the submitted form, on other hand |pending_credentials| is a combination of already saved and submitted form. In case of saving both these forms are the same, but for updating they are different. BUG=663896 Review-Url: https://codereview.chromium.org/2604783002 Cr-Commit-Position: refs/heads/master@{#440844}
Showing
Please register or sign in to comment