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

Issue 696583002: [Smart Lock] Add a setting to require close proximity in order for unlocking to work. (Closed)

Created:
6 years, 1 month ago by Ilya Sherman
Modified:
6 years, 1 month ago
Reviewers:
Tim Song, Evan Stade
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Smart Lock] Add a setting to require close proximity in order for unlocking to work. This setting is not yet wired up to anything. BUG=403419 TEST=none R=tengs@chromium.org Committed: https://crrev.com/96bfc8d2849de91850059db5933b60940f4e0637 Cr-Commit-Position: refs/heads/master@{#302925}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Hide behind a flag, and tweak UI string #

Patch Set 3 : git-add files #

Total comments: 2

Patch Set 4 : fix typo #

Patch Set 5 : Rebase and update histograms.xml #

Total comments: 4

Patch Set 6 : Fix indentation and address JS nit #

Patch Set 7 : Fix more indentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -18 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 3 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 5 6 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.cc View 1 2 3 4 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +9 lines, -5 lines 0 comments Download
M components/proximity_auth.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/proximity_auth/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + components/proximity_auth/switches.h View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
A components/proximity_auth/switches.cc View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Ilya Sherman
6 years, 1 month ago (2014-10-31 03:47:52 UTC) #1
Tim Song
Please gate this option behind a flag that we'll remove the flag once we get ...
6 years, 1 month ago (2014-11-03 19:16:14 UTC) #2
Ilya Sherman
Hid the option behind a flag. https://chromiumcodereview.appspot.com/696583002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/696583002/diff/1/chrome/app/generated_resources.grd#newcode10100 chrome/app/generated_resources.grd:10100: + Allow unlocking ...
6 years, 1 month ago (2014-11-04 03:03:43 UTC) #3
Tim Song
lgtm https://chromiumcodereview.appspot.com/696583002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://chromiumcodereview.appspot.com/696583002/diff/1/chrome/app/generated_resources.grd#newcode10100 chrome/app/generated_resources.grd:10100: + Allow unlocking this <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> only when ...
6 years, 1 month ago (2014-11-04 20:40:23 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/696583002/diff/40001/components/proximity_auth/switches.cc File components/proximity_auth/switches.cc (right): https://chromiumcodereview.appspot.com/696583002/diff/40001/components/proximity_auth/switches.cc#newcode13 components/proximity_auth/switches.cc:13: // secuirty. On 2014/11/04 20:40:23, Tim Song wrote: > ...
6 years, 1 month ago (2014-11-04 20:56:46 UTC) #5
Ilya Sherman
+Evan for OWNERS approval for WebUI changes (both the resources and the handler).
6 years, 1 month ago (2014-11-04 20:57:48 UTC) #7
Evan Stade
webui lgtm with nits https://chromiumcodereview.appspot.com/696583002/diff/80001/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://chromiumcodereview.appspot.com/696583002/diff/80001/chrome/browser/resources/options/browser_options.html#newcode558 chrome/browser/resources/options/browser_options.html:558: metric="Options_EasyUnlockRequireProximity" nit: wrong indentation (see ...
6 years, 1 month ago (2014-11-05 22:24:16 UTC) #8
Ilya Sherman
https://chromiumcodereview.appspot.com/696583002/diff/80001/chrome/browser/resources/options/browser_options.html File chrome/browser/resources/options/browser_options.html (right): https://chromiumcodereview.appspot.com/696583002/diff/80001/chrome/browser/resources/options/browser_options.html#newcode558 chrome/browser/resources/options/browser_options.html:558: metric="Options_EasyUnlockRequireProximity" On 2014/11/05 22:24:16, Evan Stade wrote: > nit: ...
6 years, 1 month ago (2014-11-05 22:40:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/696583002/120001
6 years, 1 month ago (2014-11-05 22:43:28 UTC) #12
commit-bot: I haz the power
Committed patchset #7 (id:120001)
6 years, 1 month ago (2014-11-06 00:42:58 UTC) #13
commit-bot: I haz the power
6 years, 1 month ago (2014-11-06 00:44:04 UTC) #14
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/96bfc8d2849de91850059db5933b60940f4e0637
Cr-Commit-Position: refs/heads/master@{#302925}

Powered by Google App Engine
This is Rietveld 408576698