[iOS] Clicking on settings link in Sign-in should not start sync engine
SyncSetupService::CommitChanges() should not be called when the user taps on the "Settings" link in the sign-in screen. Bug introduced with crrev.com/c/1010346 -[ChromeSigninViewController signinCompletedWithUnity] is created to get the correct behavior for Unity. This method is only called with Unity. -[ChromeSigninViewController acceptSignInAndCommitSyncChanges] has now the same implementation than before Unity. This method is only called without Unity. Bug: 936461 Change-Id: I23353fe199d5e31b66feefe9fc5416f452ab35aa Reviewed-on: https://chromium-review.googlesource.com/c/1495519Reviewed-by:Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#636770}
Showing
Please register or sign in to comment