| OLD | NEW |
| 1 <if expr="chromeos"> | 1 <if expr="chromeos"> |
| 2 <link rel="import" href="/people_page/lock_screen_constants.html"> | 2 <link rel="import" href="/people_page/lock_screen_constants.html"> |
| 3 </if> | 3 </if> |
| 4 <div id="settings" class="page" hidden> | 4 <div id="settings" class="page" hidden> |
| 5 <header> | 5 <header> |
| 6 <h1 i18n-content="settingsTitle"></h1> | 6 <h1 i18n-content="settingsTitle"></h1> |
| 7 </header> | 7 </header> |
| 8 <include src="automatic_settings_reset_banner.html"> | 8 <include src="automatic_settings_reset_banner.html"> |
| 9 <if expr="chromeos"> | 9 <if expr="chromeos"> |
| 10 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> | 10 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 <span class="controlled-setting-indicator" pref="autofill.enabled"> | 563 <span class="controlled-setting-indicator" pref="autofill.enabled"> |
| 564 </span> | 564 </span> |
| 565 </span> | 565 </span> |
| 566 </label> | 566 </label> |
| 567 <a is="action-link" id="autofill-settings" | 567 <a is="action-link" id="autofill-settings" |
| 568 i18n-content="manageAutofillSettings"></a> | 568 i18n-content="manageAutofillSettings"></a> |
| 569 </div> | 569 </div> |
| 570 <div class="checkbox controlled-setting-with-label"> | 570 <div class="checkbox controlled-setting-with-label"> |
| 571 <label> | 571 <label> |
| 572 <input id="password-manager-enabled" | 572 <input id="password-manager-enabled" |
| 573 pref="profile.password_manager_enabled" | 573 pref="credentials_enable_service" |
| 574 metric="Options_PasswordManager" type="checkbox"> | 574 metric="Options_PasswordManager" type="checkbox"> |
| 575 <span> | 575 <span> |
| 576 <span i18n-content="passwordManagerEnabled"></span> | 576 <span i18n-content="passwordManagerEnabled"></span> |
| 577 <span class="controlled-setting-indicator" | 577 <span class="controlled-setting-indicator" |
| 578 pref="profile.password_manager_enabled"></span> | 578 pref="credentials_enable_service"></span> |
| 579 </span> | 579 </span> |
| 580 </label> | 580 </label> |
| 581 <a is="action-link" id="manage-passwords" i18n-content="managePasswords"> | 581 <a is="action-link" id="manage-passwords" i18n-content="managePasswords"> |
| 582 </a> | 582 </a> |
| 583 </div> | 583 </div> |
| 584 <if expr="is_macosx"> | 584 <if expr="is_macosx"> |
| 585 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 585 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 586 </div> | 586 </div> |
| 587 </if> | 587 </if> |
| 588 </section> | 588 </section> |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 </button> | 1135 </button> |
| 1136 </div> | 1136 </div> |
| 1137 </section> | 1137 </section> |
| 1138 </div> <!-- advanced-settings-container --> | 1138 </div> <!-- advanced-settings-container --> |
| 1139 </div> <!-- advanced-settings --> | 1139 </div> <!-- advanced-settings --> |
| 1140 <footer id="advanced-settings-footer"> | 1140 <footer id="advanced-settings-footer"> |
| 1141 <a is="action-link" id="advanced-settings-expander" | 1141 <a is="action-link" id="advanced-settings-expander" |
| 1142 i18n-content="showAdvancedSettings"></a> | 1142 i18n-content="showAdvancedSettings"></a> |
| 1143 </footer> | 1143 </footer> |
| 1144 </div> | 1144 </div> |
| OLD | NEW |