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

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

Issue 539383003: Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/browser/resources/options/sync_section.html
diff --git a/chrome/browser/resources/options/sync_section.html b/chrome/browser/resources/options/sync_section.html
index 2448d8c8b8a9c179e097abdfd2b423cd1c49b500..83fbc8e63eb0c24d831d51b7e01f4ac1d9e7cd08 100644
--- a/chrome/browser/resources/options/sync_section.html
+++ b/chrome/browser/resources/options/sync_section.html
@@ -31,19 +31,19 @@
</div>
<if expr="chromeos">
- <div class="checkbox" public-account-visibility="hidden">
- <span class="controlled-setting-with-label">
- <input id="enable-screen-lock" type="checkbox"
+ <div class="checkbox controlled-setting-with-label"
+ public-account-visibility="hidden">
+ <label>
+ <input type="checkbox"
metric="Options_ScreenLock"
pref="settings.enable_screen_lock">
- <span>
- <label for="enable-screen-lock" i18n-content="enableScreenlock">
- </label>
- <span class="controlled-setting-indicator"
- pref="settings.enable_screen_lock">
- </span>
- </span>
- </span>
+ <span>
+ <span i18n-content="enableScreenlock"></span>
+ <span class="controlled-setting-indicator"
+ i18n-values="textshared:screenLockShared"
+ pref="settings.enable_screen_lock"></span>
+ </span>
+ </label>
</div>
</div>
</if> <!-- chromeos -->

Powered by Google App Engine
This is Rietveld 408576698