[iOS] Set CHROME_CONNECTED cookie when the user shows sign-in intent.
Following crrev.com/c/2418576 the CHROME_CONNECTED cookie is added when navigating to accounts.google.com. Chrome previously only sent domain names to the ChromeConnectedHeaderHelper (e.g. google.com) meaning that the URL would never be accounts.google.com. This patch ensures that we send full URLs instead of domain names to ChromeConnectedHeaderHelper so that we can benefit from crrev.com/c/2418576. Bug: 1125631 Change-Id: Ic020cb90cee8764d6d56c72f3143d058d5d5f4f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426488 Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#811164}
Showing
Please register or sign in to comment