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

Issue 473153002: Inline sign in extracts gaia id from HTTP header and seeds account tracker (Closed)

Created:
6 years, 4 months ago by Roger Tawa OOO till Jul 10th
Modified:
6 years, 2 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Inline login handler extracts gaia id from HTTP header and seeds account tracker service during sign in. BUG=341408 Committed: https://crrev.com/a8e7c94b1b79a0948d05a1fcfff53391d22ce37a Cr-Commit-Position: refs/heads/master@{#300750}

Patch Set 1 : Add id pickers #

Patch Set 2 : rebased #

Total comments: 2

Patch Set 3 : To build on cros #

Patch Set 4 : rebased #

Patch Set 5 : More support for cros #

Patch Set 6 : rebased #

Patch Set 7 : Even more support for cros #

Patch Set 8 : Redo cros support #

Patch Set 9 : rebased #

Total comments: 6

Patch Set 10 : cros login works better #

Patch Set 11 : rebased #

Total comments: 2

Patch Set 12 : rebased #

Patch Set 13 : More cros fixes #

Patch Set 14 : Remove success.js #

Patch Set 15 : rebased #

Patch Set 16 : Xiyuan's fixes #

Patch Set 17 : rebased #

Patch Set 18 : rebased #

Patch Set 19 : More cros changes, fix browser tests #

Patch Set 20 : forsync #

Patch Set 21 : rebased #

Patch Set 22 : rebased #

Patch Set 23 : Simplify inline_login_impl #

Patch Set 24 : merged #

Patch Set 25 : rebased #

Patch Set 26 : merged #

Patch Set 27 : rebased #

Patch Set 28 : rebased #

Patch Set 29 : rebased #

Patch Set 30 : Call SeedAccountInfo from cros signin #

Patch Set 31 : Fix tests #

Patch Set 32 : rebased #

Total comments: 44

Patch Set 33 : Address review comments #

Patch Set 34 : Fix one unit test, progress on second #

Total comments: 47

Patch Set 35 : rebased #

Patch Set 36 : Address review comments #

Patch Set 37 : Fix compile/tests #

Patch Set 38 : rebased #

Patch Set 39 : Fix cros tests #

Patch Set 40 : Fix cros test #

Patch Set 41 : rebased #

Patch Set 42 : Fix error message #

Total comments: 32

Patch Set 43 : rebased #

Patch Set 44 : Address review comments #

Total comments: 6

Patch Set 45 : Fix gaiaId in Oobe.loginForTesting #

Patch Set 46 : rebased #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -301 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/saml/saml_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 3 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +34 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_manager_factory.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_common.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 1 chunk +1 line, -1 line 1 comment Download
M chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 4 chunks +7 lines, -30 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 6 chunks +26 lines, -42 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth/background.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 5 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/resources/gaia_auth/main.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 13 chunks +47 lines, -44 lines 0 comments Download
M chrome/browser/resources/gaia_auth/success.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/resources/gaia_auth/success.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/resources/gaia_auth_host/gaia_auth_host.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 7 chunks +49 lines, -46 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 3 chunks +0 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 6 chunks +19 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 2 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 5 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 12 chunks +34 lines, -28 lines 0 comments Download
M chromeos/login/auth/user_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +3 lines, -0 lines 0 comments Download
M chromeos/login/auth/user_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 4 chunks +10 lines, -0 lines 0 comments Download
M components/signin/core/browser/account_tracker_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 chunk +12 lines, -0 lines 0 comments Download
M components/signin/core/browser/account_tracker_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 2 chunks +40 lines, -0 lines 0 comments Download
M components/signin/core/browser/account_tracker_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 3 chunks +22 lines, -0 lines 0 comments Download
M google_apis/gaia/fake_gaia.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 3 chunks +13 lines, -0 lines 0 comments Download
M google_apis/gaia/fake_gaia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 6 chunks +41 lines, -4 lines 1 comment Download
M tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 62 (14 generated)
Roger Tawa OOO till Jul 10th
Hi Hui, Please review. Where would I add a call to SeedAccountInfo() to support cros? ...
6 years, 4 months ago (2014-08-21 02:40:46 UTC) #1
guohui
lgtm with one question. https://codereview.chromium.org/473153002/diff/120001/chrome/browser/ui/webui/signin/inline_login_handler_impl.cc File chrome/browser/ui/webui/signin/inline_login_handler_impl.cc (right): https://codereview.chromium.org/473153002/diff/120001/chrome/browser/ui/webui/signin/inline_login_handler_impl.cc#newcode133 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc:133: account_tracker->SeedAccountInfo(account_id, gaia_id_, email_); why do ...
6 years, 4 months ago (2014-08-21 18:39:44 UTC) #2
Roger Tawa OOO till Jul 10th
Thanks Hui. Answer below. Note that you didn't address my cros question. Thinking about other ...
6 years, 4 months ago (2014-08-21 20:33:18 UTC) #3
Roger Tawa OOO till Jul 10th
Patchset #5 (id:180001) has been deleted
6 years, 3 months ago (2014-08-26 19:37:11 UTC) #4
Roger Tawa OOO till Jul 10th
Patchset #5 (id:200001) has been deleted
6 years, 3 months ago (2014-08-26 19:37:22 UTC) #5
Roger Tawa OOO till Jul 10th
Patchset #5 (id:220001) has been deleted
6 years, 3 months ago (2014-08-26 19:37:31 UTC) #6
Roger Tawa OOO till Jul 10th
Patchset #5 (id:240001) has been deleted
6 years, 3 months ago (2014-08-26 19:37:40 UTC) #7
Roger Tawa OOO till Jul 10th
Patchset #5 (id:260001) has been deleted
6 years, 3 months ago (2014-08-27 01:10:55 UTC) #8
Roger Tawa OOO till Jul 10th
rogerta@chromium.org changed reviewers: + bartfab@chromium.org
6 years, 3 months ago (2014-08-27 13:10:27 UTC) #9
Roger Tawa OOO till Jul 10th
Hi Bartosz, This CL collects the gaiaid of the user during sign in. However, my ...
6 years, 3 months ago (2014-08-27 13:10:27 UTC) #10
Roger Tawa OOO till Jul 10th
Patchset #6 (id:300001) has been deleted
6 years, 3 months ago (2014-08-27 15:21:40 UTC) #11
Roger Tawa OOO till Jul 10th
Patchset #4 (id:160001) has been deleted
6 years, 3 months ago (2014-08-27 15:23:05 UTC) #12
Roger Tawa OOO till Jul 10th
Patchset #4 (id:280001) has been deleted
6 years, 3 months ago (2014-08-27 15:23:24 UTC) #13
Roger Tawa OOO till Jul 10th
Patchset #6 (id:360001) has been deleted
6 years, 3 months ago (2014-08-28 15:30:14 UTC) #14
bartfab (slow)
On 2014/08/27 13:10:27, Roger Tawa wrote: > Hi Bartosz, > > This CL collects the ...
6 years, 3 months ago (2014-08-28 16:49:34 UTC) #15
Roger Tawa OOO till Jul 10th
On 2014/08/28 16:49:34, bartfab wrote: > On 2014/08/27 13:10:27, Roger Tawa wrote: > > Hi ...
6 years, 3 months ago (2014-08-28 17:16:35 UTC) #16
bartfab (slow)
On 2014/08/28 17:16:35, Roger Tawa wrote: > On 2014/08/28 16:49:34, bartfab wrote: > > On ...
6 years, 3 months ago (2014-08-28 17:23:22 UTC) #17
Roger Tawa OOO till Jul 10th
On 2014/08/28 17:23:22, bartfab wrote: > On 2014/08/28 17:16:35, Roger Tawa wrote: > > On ...
6 years, 3 months ago (2014-08-28 17:28:56 UTC) #18
bartfab (slow)
On 2014/08/28 17:28:56, Roger Tawa wrote: > On 2014/08/28 17:23:22, bartfab wrote: > > On ...
6 years, 3 months ago (2014-08-29 08:33:18 UTC) #19
xiyuan
https://codereview.chromium.org/473153002/diff/540001/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/473153002/diff/540001/chrome/browser/resources/gaia_auth/main.js#newcode411 chrome/browser/resources/gaia_auth/main.js:411: this.gaiaId_ = msg.gaiaId; This does not work for cros ...
6 years, 3 months ago (2014-09-22 21:48:57 UTC) #21
Roger Tawa OOO till Jul 10th
Thanks Xiyuan! With your suggestions (and some help from Hui) cros seems to work and ...
6 years, 2 months ago (2014-09-23 19:43:44 UTC) #29
xiyuan
Sorry for the delay. This gets dropped from my radar. It is mostly good. Think ...
6 years, 2 months ago (2014-09-25 02:52:39 UTC) #30
Roger Tawa OOO till Jul 10th
Thanks Xiyuan. Working much better. Regular gaia accounts work from oobe and add user. For ...
6 years, 2 months ago (2014-09-25 20:36:41 UTC) #31
xiyuan
On 2014/09/25 20:36:41, Roger Tawa wrote: > Thanks Xiyuan. Working much better. Regular gaia accounts ...
6 years, 2 months ago (2014-09-26 18:08:05 UTC) #32
Roger Tawa OOO till Jul 10th
Hi Bartosz, After help from Xiyuan and Hui, this is ready for your review. Please ...
6 years, 2 months ago (2014-10-13 16:26:45 UTC) #33
bartfab (slow)
https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/chromeos/login/signin/oauth2_login_manager.cc File chrome/browser/chromeos/login/signin/oauth2_login_manager.cc (right): https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/chromeos/login/signin/oauth2_login_manager.cc#newcode195 chrome/browser/chromeos/login/signin/oauth2_login_manager.cc:195: // |account_id| is assumed to be already canonicalized if ...
6 years, 2 months ago (2014-10-14 17:12:39 UTC) #36
bartfab (slow)
On 2014/09/25 20:36:41, Roger Tawa wrote: > Thanks Xiyuan. Working much better. Regular gaia accounts ...
6 years, 2 months ago (2014-10-14 17:17:07 UTC) #37
guohui
still lgtm https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/resources/gaia_auth/background.js File chrome/browser/resources/gaia_auth/background.js (right): https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/resources/gaia_auth/background.js#newcode271 chrome/browser/resources/gaia_auth/background.js:271: (this.gaiaUrl_ && details.url.lastIndexOf(this.gaiaUrl_) == 0)) { On ...
6 years, 2 months ago (2014-10-14 18:50:02 UTC) #38
bartfab (slow)
https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/resources/gaia_auth/main.js#newcode329 chrome/browser/resources/gaia_auth/main.js:329: this.gaiaId_ = null; // TODO(rogerta): no idea what to ...
6 years, 2 months ago (2014-10-15 08:39:07 UTC) #39
Roger Tawa OOO till Jul 10th
Thanks Bartosz, Hui. Comments addressed, changes uploaded. Bartosz: with the changes you recommended, it seems ...
6 years, 2 months ago (2014-10-16 02:39:32 UTC) #40
bartfab (slow)
On 2014/10/16 02:39:32, Roger Tawa wrote: > Thanks Bartosz, Hui. Comments addressed, changes uploaded. > ...
6 years, 2 months ago (2014-10-16 09:04:53 UTC) #41
bartfab (slow)
https://codereview.chromium.org/473153002/diff/1460001/components/signin/core/browser/account_tracker_service.h File components/signin/core/browser/account_tracker_service.h (right): https://codereview.chromium.org/473153002/diff/1460001/components/signin/core/browser/account_tracker_service.h#newcode90 components/signin/core/browser/account_tracker_service.h:90: // Seed the gaia id and email for the ...
6 years, 2 months ago (2014-10-17 09:54:56 UTC) #42
Roger Tawa OOO till Jul 10th
Hi Bartosz, comments addressed, please take another look. Thanks. https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/resources/gaia_auth/main.js File chrome/browser/resources/gaia_auth/main.js (right): https://codereview.chromium.org/473153002/diff/1460001/chrome/browser/resources/gaia_auth/main.js#newcode442 chrome/browser/resources/gaia_auth/main.js:442: ...
6 years, 2 months ago (2014-10-20 16:04:01 UTC) #43
bartfab (slow)
lgtm https://codereview.chromium.org/473153002/diff/1500001/chrome/browser/chromeos/login/saml/saml_browsertest.cc File chrome/browser/chromeos/login/saml/saml_browsertest.cc (right): https://codereview.chromium.org/473153002/diff/1500001/chrome/browser/chromeos/login/saml/saml_browsertest.cc#newcode566 chrome/browser/chromeos/login/saml/saml_browsertest.cc:566: EXPECT_EQ(kFirstSAMLUserEmail, user->email()); On 2014/10/20 16:04:00, Roger Tawa wrote: ...
6 years, 2 months ago (2014-10-21 14:47:47 UTC) #44
Roger Tawa OOO till Jul 10th
Thanks Bartosz. Comments addressed, changes uploaded. I also made sure to test the oobe experience ...
6 years, 2 months ago (2014-10-21 19:15:32 UTC) #45
Roger Tawa OOO till Jul 10th
Hi Achuith, David, Achuith: can you please do an owner review for: tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js David: can ...
6 years, 2 months ago (2014-10-21 19:20:06 UTC) #47
achuithb
https://codereview.chromium.org/473153002/diff/1700001/chrome/browser/resources/chromeos/login/login_common.js File chrome/browser/resources/chromeos/login/login_common.js (right): https://codereview.chromium.org/473153002/diff/1700001/chrome/browser/resources/chromeos/login/login_common.js#newcode265 chrome/browser/resources/chromeos/login/login_common.js:265: // TODO(rogerta): expose gaiaId to caller? Is there a ...
6 years, 2 months ago (2014-10-21 21:11:00 UTC) #49
Roger Tawa OOO till Jul 10th
Thanks Achuith. https://codereview.chromium.org/473153002/diff/1700001/chrome/browser/resources/chromeos/login/login_common.js File chrome/browser/resources/chromeos/login/login_common.js (right): https://codereview.chromium.org/473153002/diff/1700001/chrome/browser/resources/chromeos/login/login_common.js#newcode265 chrome/browser/resources/chromeos/login/login_common.js:265: // TODO(rogerta): expose gaiaId to caller? On ...
6 years, 2 months ago (2014-10-21 21:35:26 UTC) #50
bartfab (slow)
Still LGTM. Ship it. https://codereview.chromium.org/473153002/diff/1740001/google_apis/gaia/fake_gaia.cc File google_apis/gaia/fake_gaia.cc (right): https://codereview.chromium.org/473153002/diff/1740001/google_apis/gaia/fake_gaia.cc#newcode466 google_apis/gaia/fake_gaia.cc:466: return; Nit: Now the early ...
6 years, 2 months ago (2014-10-22 08:31:32 UTC) #51
xiyuan
LGTM Please also run the following command to exercise VMTest. The bots should send you ...
6 years, 2 months ago (2014-10-22 16:21:48 UTC) #52
Roger Tawa OOO till Jul 10th
Thanks Xiyuan. I already ran the cbuildbot tests and all passed, you can see results ...
6 years, 2 months ago (2014-10-22 16:59:06 UTC) #53
achuithb
On 2014/10/22 16:59:06, Roger Tawa wrote: > Thanks Xiyuan. I already ran the cbuildbot tests ...
6 years, 2 months ago (2014-10-22 17:19:42 UTC) #54
DaveMoore
cros LGTM
6 years, 2 months ago (2014-10-22 19:16:22 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/473153002/1740001
6 years, 2 months ago (2014-10-22 19:22:40 UTC) #57
commit-bot: I haz the power
Committed patchset #46 (id:1740001)
6 years, 2 months ago (2014-10-22 20:46:53 UTC) #58
commit-bot: I haz the power
Patchset 46 (id:??) landed as https://crrev.com/a8e7c94b1b79a0948d05a1fcfff53391d22ce37a Cr-Commit-Position: refs/heads/master@{#300750}
6 years, 2 months ago (2014-10-22 20:53:12 UTC) #59
Nikita (slow)
A revert of this CL (patchset #46 id:1740001) has been created in https://codereview.chromium.org/671183002/ by nkostylev@chromium.org. ...
6 years, 2 months ago (2014-10-23 11:51:11 UTC) #60
Nikita (slow)
6 years, 2 months ago (2014-10-23 11:53:43 UTC) #62
Message was sent while issue was closed.
I've verified that reverting this change fixes Chrome OS sign in.

https://codereview.chromium.org/473153002/diff/1740001/chrome/browser/resourc...
File chrome/browser/resources/chromeos/login/login_common.js (right):

https://codereview.chromium.org/473153002/diff/1740001/chrome/browser/resourc...
chrome/browser/resources/chromeos/login/login_common.js:265:
chrome.send('completeLogin', ['12345', username, password, false]);
nit:

var test_gaia_id = '12345';
chrome.send('completeLogin', [test_gaia_id, username, password, false]);

Powered by Google App Engine
This is Rietveld 408576698