cros: Use OAUTH_TOKEN_STATUS_UNKNOWN while loading token from db.
commit626762430853281058f6f775b03521a3bc09cef4
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 18 Dec 2013 19:03:59 +0000 (18 19:03 +0000)
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 18 Dec 2013 19:03:59 +0000 (18 19:03 +0000)
tree6e1357447ac1cb976f4dc5d0765b62f3c191863d
parent9a72d9903a8ee412c4345538e622412b4f8d9bfc
cros: Use OAUTH_TOKEN_STATUS_UNKNOWN while loading token from db.

"Invalid" token status has side effect and causes issue 328920.
"Unknown" status works with 328920 and still sends user to Gaia
if loading from db fails for issue 328065.

BUG=328065,328920

Review URL: https://codereview.chromium.org/117443002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241610 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/chromeos/login/oauth2_login_manager.cc