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

Unified Diff: chrome/browser/resources/settings/people_page/people_page.js

Issue 2150763002: Enable PIN configuration settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.js
diff --git a/chrome/browser/resources/settings/people_page/people_page.js b/chrome/browser/resources/settings/people_page/people_page.js
index e212ad135221ee0c5646991b196705c20f68e3df..0cb06088067942e27cc58403e593ca7341d865cd 100644
--- a/chrome/browser/resources/settings/people_page/people_page.js
+++ b/chrome/browser/resources/settings/people_page/people_page.js
@@ -66,8 +66,8 @@ Polymer({
*/
quickUnlockAllowed_: {
type: Boolean,
- // TODO(jdufault): Get a real value via quickUnlockPrivate API.
- value: false,
+ // TODO(jdufault): Disable quick unlock if not allowed by policy.
+ value: true,
tommycli 2016/07/13 22:26:25 Can we delay this until we have browser tests? Al
jdufault 2016/07/13 22:31:20 PMs/others want to be able to test out the flow AS
readOnly: true,
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698