Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 5678003: Merge 68104 - [ChromeOS] Make GaiaAutheFetcher parsing logic default to servi... (Closed)

Created:
10 years ago by Chris Masone
Modified:
9 years, 7 months ago
Reviewers:
Chris Masone
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Merge 68104 - [ChromeOS] Make GaiaAutheFetcher parsing logic default to service_unavailable The logic that parses responses from Google Accounts servers was defaulting to INVALID_GAIA_CREDENTIALS, which indicate a successful communication with teh backend that resulted in a failing authentication attempt. Gibberish was thus interpreted this way. We should instead interpret gibberish as an unsuccessful communication attempt. BUG=chromium-os:8943 TEST=unit tests, installed on device and ran successful login and failed login autotests. Also tried live login. Review URL: http://codereview.chromium.org/5309007 TBR=cmasone@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68763

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -2 lines) Patch
M chrome/common/net/gaia/gaia_auth_fetcher.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher.cc View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc View 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Chris Masone
10 years ago (2010-12-09 20:36:26 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698