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

Issue 644873002: Easy Unlock Show connecting user pod icon when waking up from sleep (Closed)

Created:
6 years, 2 months ago by tbarzic
Modified:
6 years, 2 months ago
Reviewers:
xiyuan, Tim Song
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Easy Unlock Show connecting user pod icon when waking up from sleep On suspend, Easy Unlock app gets disabled. When waking up, it takes some time for the app to reload ( a second or two). During theat time there is no Easy Unlock icon in the user pod. To improve user experience, show connecting icon during that time. BUG=421970 TEST=With Easy Unlock enabled, lock the screen and close the lid (so the device suspends). When opening the lid spinner icon should be visible immediately on the user pod. Committed: https://crrev.com/305cb9469526f147a41bf896ae2a181e0e49cdff Cr-Commit-Position: refs/heads/master@{#299940}

Patch Set 1 #

Total comments: 5

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 4

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 2

Patch Set 12 : , #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -10 lines) Patch
M chrome/browser/signin/easy_unlock_screenlock_state_handler.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc View 1 2 3 4 5 6 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +49 lines, -10 lines 0 comments Download

Messages

Total messages: 15 (2 generated)
tbarzic
https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc#newcode464 chrome/browser/signin/easy_unlock_service.cc:464: bluetooth_detector_.reset(); Let me know if you don't like this ...
6 years, 2 months ago (2014-10-10 01:12:54 UTC) #2
Tim Song
https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc#newcode235 chrome/browser/signin/easy_unlock_service.cc:235: if (bluetooth_detector_.get() && !bluetooth_detector_->IsPresent()) { Comment that bluetooth_detector_ is ...
6 years, 2 months ago (2014-10-10 06:46:14 UTC) #3
xiyuan
https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc#newcode464 chrome/browser/signin/easy_unlock_service.cc:464: bluetooth_detector_.reset(); On 2014/10/10 06:46:14, Tim Song wrote: > On ...
6 years, 2 months ago (2014-10-10 15:45:53 UTC) #4
tbarzic
https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/1/chrome/browser/signin/easy_unlock_service.cc#newcode464 chrome/browser/signin/easy_unlock_service.cc:464: bluetooth_detector_.reset(); On 2014/10/10 15:45:53, xiyuan wrote: > On 2014/10/10 ...
6 years, 2 months ago (2014-10-10 17:59:43 UTC) #5
tbarzic
ptal
6 years, 2 months ago (2014-10-15 18:19:19 UTC) #6
Tim Song
https://codereview.chromium.org/644873002/diff/240001/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/240001/chrome/browser/signin/easy_unlock_service.cc#newcode447 chrome/browser/signin/easy_unlock_service.cc:447: if (reset_screenlock_state) I think it makes more sense now ...
6 years, 2 months ago (2014-10-16 00:43:09 UTC) #7
tbarzic
https://codereview.chromium.org/644873002/diff/240001/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/240001/chrome/browser/signin/easy_unlock_service.cc#newcode447 chrome/browser/signin/easy_unlock_service.cc:447: if (reset_screenlock_state) On 2014/10/16 00:43:09, Tim Song wrote: > ...
6 years, 2 months ago (2014-10-16 01:24:50 UTC) #8
Tim Song
lgtm
6 years, 2 months ago (2014-10-16 01:32:01 UTC) #9
xiyuan
lgtm https://codereview.chromium.org/644873002/diff/320001/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/320001/chrome/browser/signin/easy_unlock_service.cc#newcode480 chrome/browser/signin/easy_unlock_service.cc:480: power_monitor_.reset(new PowerMonitor(this)); nit: line 479-480 needs 2 more ...
6 years, 2 months ago (2014-10-16 02:39:06 UTC) #10
tbarzic
https://codereview.chromium.org/644873002/diff/320001/chrome/browser/signin/easy_unlock_service.cc File chrome/browser/signin/easy_unlock_service.cc (right): https://codereview.chromium.org/644873002/diff/320001/chrome/browser/signin/easy_unlock_service.cc#newcode480 chrome/browser/signin/easy_unlock_service.cc:480: power_monitor_.reset(new PowerMonitor(this)); On 2014/10/16 02:39:06, xiyuan wrote: > nit: ...
6 years, 2 months ago (2014-10-16 17:30:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/644873002/360001
6 years, 2 months ago (2014-10-16 17:43:17 UTC) #13
commit-bot: I haz the power
Committed patchset #13 (id:360001)
6 years, 2 months ago (2014-10-16 18:33:45 UTC) #14
commit-bot: I haz the power
6 years, 2 months ago (2014-10-16 18:35:14 UTC) #15
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/305cb9469526f147a41bf896ae2a181e0e49cdff
Cr-Commit-Position: refs/heads/master@{#299940}

Powered by Google App Engine
This is Rietveld 408576698