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

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: fix merge 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
« no previous file with comments | « chrome/browser/resources/options/startup_section.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9c3354b887cd8041192719942ae9f53b4c49bdab..83fbc8e63eb0c24d831d51b7e01f4ac1d9e7cd08 100644
--- a/chrome/browser/resources/options/sync_section.html
+++ b/chrome/browser/resources/options/sync_section.html
@@ -37,11 +37,13 @@
<input type="checkbox"
metric="Options_ScreenLock"
pref="settings.enable_screen_lock">
- <span i18n-content="enableScreenlock"></span>
+ <span>
+ <span i18n-content="enableScreenlock"></span>
+ <span class="controlled-setting-indicator"
+ i18n-values="textshared:screenLockShared"
+ pref="settings.enable_screen_lock"></span>
+ </span>
</label>
- <span class="controlled-setting-indicator"
- i18n-values="textshared:screenLockShared"
- pref="settings.enable_screen_lock"></span>
</div>
</div>
</if> <!-- chromeos -->
« no previous file with comments | « chrome/browser/resources/options/startup_section.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698