Commit 28020398 authored by James Hawkins's avatar James Hawkins Committed by Commit Bot

OS Settings: Replace the term whitelisted with allowed.

Change-Id: I4ce4044cc2b8b6d45d67c549f03ebbd863b17730
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523394Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: James Hawkins <jhawkins@chromium.org>
Auto-Submit: James Hawkins <jhawkins@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824985}
parent 5260dc61
......@@ -4,7 +4,7 @@
/**
* @fileoverview
* 'settings-user-list' shows a list of users whitelisted on this Chrome OS
* 'settings-user-list' shows a list of users allowed on this Chrome OS
* device.
*
* Example:
......@@ -23,7 +23,7 @@ Polymer({
properties: {
/**
* Current list of whitelisted users.
* Current list of allowed users.
* @private {!Array<!chrome.usersPrivate.User>}
*/
users_: {
......@@ -84,8 +84,8 @@ Polymer({
},
/**
* Helper function that sorts and sets the given list of whitelisted users.
* @param {!Array<!chrome.usersPrivate.User>} users List of whitelisted users.
* Helper function that sorts and sets the given list of allowed users.
* @param {!Array<!chrome.usersPrivate.User>} users List of allowed users.
*/
setUsers_(users) {
this.users_ = users;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment