| Index: chrome/browser/resources/options/chromeos_accounts_options.html
|
| diff --git a/chrome/browser/resources/options/chromeos_accounts_options.html b/chrome/browser/resources/options/chromeos_accounts_options.html
|
| index 8519757ebff948fb1016316bd7488dfb6659f851..1ea4bdb20603d2dea828135761f0c64c9f8a830d 100644
|
| --- a/chrome/browser/resources/options/chromeos_accounts_options.html
|
| +++ b/chrome/browser/resources/options/chromeos_accounts_options.html
|
| @@ -24,9 +24,9 @@
|
| <tr>
|
| <td class="option-name">
|
| <label class="checkbox">
|
| - <input id="allowGuestCheck" pref="cros.accounts.allowGuest"
|
| - type="checkbox">
|
| - <span i18n-content="allow_guest"></span>
|
| + <input id="useWhitelistCheck" pref="cros.accounts.allowGuest"
|
| + type="checkbox" inverted_pref>
|
| + <span i18n-content="use_whitelist"></span>
|
| </label>
|
| </td>
|
| </tr>
|
|
|