summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser
diff options
context:
space:
mode:
authorbzanotti <bzanotti@chromium.org>2016-02-26 01:34:01 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-26 09:35:30 +0000
commit86e62e260857d13e00afb7ea816aadb2b3246987 (patch)
tree0f07b05e77948e4b7000553f4ad605687fb8021a /ios/chrome/browser
parentc4c3dc2a193a03aedbde3e97028d71ed16b75fa4 (diff)
downloadchromium_src-86e62e260857d13e00afb7ea816aadb2b3246987.zip
chromium_src-86e62e260857d13e00afb7ea816aadb2b3246987.tar.gz
chromium_src-86e62e260857d13e00afb7ea816aadb2b3246987.tar.bz2
Change X-CHROME-CONNECTED cookie name to CHROME_CONNECTED.
The new name follows cookie naming guideline. The old cookie will be deleted when a new cookie operation is applied on a domain. BUG=586113 Review URL: https://codereview.chromium.org/1719153002 Cr-Commit-Position: refs/heads/master@{#377859}
Diffstat (limited to 'ios/chrome/browser')
-rw-r--r--ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm b/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
index a8c3da6..cd4cb4c 100644
--- a/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
+++ b/ios/chrome/browser/signin/gaia_auth_fetcher_ios.mm
@@ -323,7 +323,7 @@ GaiaAuthFetcherIOS::GaiaAuthFetcherIOS(GaiaAuthConsumer* consumer,
// Account Consistency needs to be disabled for the Logout call. There is a
// race with the cookie clearing request (handled by
// AccountConsistencyService), so we invalidate the cookie for the call.
- SetLogoutHeaders("Cookie: X-CHROME-CONNECTED=EXPIRED;");
+ SetLogoutHeaders("Cookie: CHROME_CONNECTED=EXPIRED;");
}
GaiaAuthFetcherIOS::~GaiaAuthFetcherIOS() {