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

Issue 1494153002: This CL replaces e-mail with AccountId in easy signin code. (Closed)

Created:
5 years ago by Alexander Alekseev
Modified:
5 years ago
CC:
chromium-reviews, extensions-reviews_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL replaces e-mail with AccountId in easy unlock/signin code. This is part of transition to AccountId. BUG=462823 TEST=manual Committed: https://crrev.com/546380c369281ef7d2a1ca704b0343acfde9507c Cr-Commit-Position: refs/heads/master@{#364223}

Patch Set 1 #

Patch Set 2 : Fix build. #

Patch Set 3 : Fix build. #

Total comments: 89

Patch Set 4 : Update after review. #

Total comments: 4

Patch Set 5 : Update after review. #

Patch Set 6 : Bugfix. #

Total comments: 5

Patch Set 7 : Rebased. #

Patch Set 8 : Bugfix in original easy unlock code' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+723 lines, -699 lines) Patch
M chrome/browser/chromeos/login/app_launch_signin_screen.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/auth/chrome_login_performer.h View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/auth/chrome_login_performer.cc View 3 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.h View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc View 1 2 3 2 chunks +16 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/bootstrap_user_flow.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_reauth.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager.h View 1 2 3 5 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager.cc View 1 2 3 7 chunks +14 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_factory.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc View 16 chunks +44 lines, -44 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_flow.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_user_login_flow.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.cc View 4 chunks +11 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_flow.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc View 1 2 3 7 chunks +15 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/models/user_board_model.h View 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.cc View 1 2 3 4 5 6 2 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/user_flow.h View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/user_flow.cc View 1 2 3 4 3 chunks +6 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc View 1 2 3 4 5 6 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/screenlock_private/screenlock_private_apitest.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/signin/chrome_proximity_auth_client.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/signin/easy_unlock_auth_attempt.h View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/signin/easy_unlock_auth_attempt.cc View 8 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/signin/easy_unlock_auth_attempt_unittest.cc View 1 2 3 23 chunks +46 lines, -36 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.h View 1 2 3 4 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.cc View 1 2 3 11 chunks +14 lines, -18 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc View 30 chunks +59 lines, -53 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.h View 1 2 3 4 5 6 9 chunks +14 lines, -12 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.cc View 1 2 3 4 5 6 20 chunks +58 lines, -54 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_regular.h View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_regular.cc View 1 2 3 4 5 6 8 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_signin_chromeos.h View 1 2 3 5 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_signin_chromeos.cc View 1 2 3 4 5 6 7 18 chunks +60 lines, -58 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 2 3 4 5 6 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.cc View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.h View 1 2 3 4 3 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.cc View 1 2 3 4 6 chunks +25 lines, -26 lines 0 comments Download
M chromeos/login/auth/login_performer.h View 4 chunks +8 lines, -6 lines 0 comments Download
M chromeos/login/auth/login_performer.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth/proximity_auth_system.h View 1 2 3 4 5 6 3 chunks +11 lines, -9 lines 0 comments Download
M components/proximity_auth/proximity_auth_system.cc View 1 2 3 4 5 6 5 chunks +29 lines, -25 lines 0 comments Download
M components/proximity_auth/screenlock_bridge.h View 5 chunks +13 lines, -12 lines 0 comments Download
M components/proximity_auth/screenlock_bridge.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M components/proximity_auth/unlock_manager.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/unlock_manager.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/unlock_manager_unittest.cc View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 62 (25 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/1
5 years ago (2015-12-03 14:34:47 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/21847) linux_chromium_rel_ng on ...
5 years ago (2015-12-03 14:38:33 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/20001
5 years ago (2015-12-03 15:29:12 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/38050)
5 years ago (2015-12-03 15:35:16 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/40001
5 years ago (2015-12-03 15:56:20 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/124586)
5 years ago (2015-12-03 16:08:14 UTC) #13
Alexander Alekseev
This CL is rather large, but most of the changes are around */easy_unlock/* . Please ...
5 years ago (2015-12-03 16:56:07 UTC) #15
Roger Tawa OOO till Jul 10th
lgtm c/b/signin/* c/b/ui/webui/signin/* */DEPS
5 years ago (2015-12-03 18:23:03 UTC) #16
achuithb
https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc File chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc (right): https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc#newcode47 chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc:47: std::string current_user; let's make this current_user_email too https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc#newcode66 chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc:66: ...
5 years ago (2015-12-04 10:12:54 UTC) #17
Alexander Alekseev
https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc File chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc (right): https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc#newcode47 chrome/browser/chromeos/login/easy_unlock/bootstrap_manager.cc:47: std::string current_user; On 2015/12/04 10:12:52, achuithb wrote: > let's ...
5 years ago (2015-12-04 12:44:07 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/60001
5 years ago (2015-12-04 12:45:30 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/138131)
5 years ago (2015-12-04 13:29:19 UTC) #22
achuithb
If you're really against use of auto, that's fine, but I believe the style guide ...
5 years ago (2015-12-04 20:16:57 UTC) #23
achuithb
lgtm. Thanks for making the suggested changes! I hope you'll reconsider auto :) Please fix ...
5 years ago (2015-12-04 20:23:39 UTC) #24
Alexander Alekseev
https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/user_flow.cc File chrome/browser/chromeos/login/user_flow.cc (right): https://codereview.chromium.org/1494153002/diff/40001/chrome/browser/chromeos/login/user_flow.cc#newcode15 chrome/browser/chromeos/login/user_flow.cc:15: void UnregisterFlow(const AccountId& account_id) { On 2015/12/04 20:16:56, achuithb ...
5 years ago (2015-12-05 05:20:08 UTC) #25
achuithb
lgtm
5 years ago (2015-12-05 05:47:43 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/80001
5 years ago (2015-12-05 06:05:34 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/97498)
5 years ago (2015-12-05 06:48:55 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/100001
5 years ago (2015-12-05 10:21:29 UTC) #32
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_TIMED_OUT, no build URL) ...
5 years ago (2015-12-05 12:22:05 UTC) #34
Alexander Alekseev
tengs@ , friendly ping.
5 years ago (2015-12-08 03:04:32 UTC) #35
Tim Song
Sorry for the delay. LGTM.
5 years ago (2015-12-08 06:51:16 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/100001
5 years ago (2015-12-08 07:30:31 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/167716) cast_shell_android on tryserver.chromium.linux (JOB_FAILED, ...
5 years ago (2015-12-08 07:36:25 UTC) #41
Alexander Alekseev
rogerta@ - Please look at new note. https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc File chrome/browser/signin/easy_unlock_service_signin_chromeos.cc (left): https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc#oldcode426 chrome/browser/signin/easy_unlock_service_signin_chromeos.cc:426: if (user_id ...
5 years ago (2015-12-08 19:51:28 UTC) #42
Alexander Alekseev
Adding asargent@ as OWNER for: chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc chrome/browser/extensions/api/screenlock_private/screenlock_private_api.h chrome/browser/extensions/api/screenlock_private/screenlock_private_apitest.cc Please review.
5 years ago (2015-12-09 02:46:27 UTC) #44
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/120001
5 years ago (2015-12-09 02:48:33 UTC) #46
Alexander Alekseev
tengs@ , what do you think about this strange line? https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc File chrome/browser/signin/easy_unlock_service_signin_chromeos.cc (left): https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc#oldcode426 ...
5 years ago (2015-12-09 02:49:15 UTC) #47
Tim Song
https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc File chrome/browser/signin/easy_unlock_service_signin_chromeos.cc (left): https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc#oldcode426 chrome/browser/signin/easy_unlock_service_signin_chromeos.cc:426: if (user_id != user_id || devices.empty()) On 2015/12/09 02:49:15, ...
5 years ago (2015-12-09 03:16:42 UTC) #48
Tim Song
https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc File chrome/browser/signin/easy_unlock_service_signin_chromeos.cc (left): https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc#oldcode426 chrome/browser/signin/easy_unlock_service_signin_chromeos.cc:426: if (user_id != user_id || devices.empty()) On 2015/12/09 03:16:42, ...
5 years ago (2015-12-09 03:52:48 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/140001
5 years ago (2015-12-09 04:48:44 UTC) #51
Alexander Alekseev
https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc File chrome/browser/signin/easy_unlock_service_signin_chromeos.cc (left): https://codereview.chromium.org/1494153002/diff/100001/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc#oldcode426 chrome/browser/signin/easy_unlock_service_signin_chromeos.cc:426: if (user_id != user_id || devices.empty()) On 2015/12/09 03:52:48, ...
5 years ago (2015-12-09 04:49:24 UTC) #52
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-09 06:03:47 UTC) #54
asargent_no_longer_on_chrome
chrome/browser/extensions/api/screenlock_private/* lgtm
5 years ago (2015-12-09 17:20:39 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1494153002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1494153002/140001
5 years ago (2015-12-09 23:47:02 UTC) #58
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years ago (2015-12-09 23:54:54 UTC) #60
commit-bot: I haz the power
5 years ago (2015-12-09 23:55:36 UTC) #62
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/546380c369281ef7d2a1ca704b0343acfde9507c
Cr-Commit-Position: refs/heads/master@{#364223}

Powered by Google App Engine
This is Rietveld 408576698