[signin] Make CHROME_ID_CONSISTENCY_STATE a host cookie
The cookie was a domain cookie, but host cookie is preferred. This allows simplifying and re-enabling the test. The test was failing with net::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN. This CL removes the DNS rule and the SSL configuration (which were required for the domain cookie, but can be removed for a host cookie), which makes the test simpler and hopefully more robust. Bug: 964264, 965993 Change-Id: I03412b9046b79a2cbb56ebdb95dd1661d67fb938 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617360 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#662203}
Showing
Please register or sign in to comment