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

Unified Diff: chrome/browser/resources/options/chromeos_accounts_options.html

Issue 5530005: Whitelist checkbox on ChromeOS users settings page should be inverted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
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>

Powered by Google App Engine
This is Rietveld 408576698