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 04f1a9079c65e271dad3eaa23180dcf70edab10d..194d6e9cabd024796e21ae8006ed22ef91224960 100644 |
--- a/chrome/browser/resources/options/sync_section.html |
+++ b/chrome/browser/resources/options/sync_section.html |
@@ -60,6 +60,13 @@ |
i18n-content="manageAccountsButtonTitle"> |
</button> |
</if> <!-- chromeos --> |
+ <div id="enable-auto-login-checkbox" class="checkbox" hidden> |
+ <label> |
+ <input id="enable-auto-login" pref="autologin.enabled" |
+ metric="Options_Autologin" type="checkbox"> |
+ <span i18n-content="autologinEnabled"></span> |
+ </label> |
+ </div> |
</div> |
<if expr="not chromeos"> |