| OLD | NEW |
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 </header> | 4 </header> |
| 5 <include src="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
| 6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
| 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> | 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico
n.html"> |
| 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> | 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h
tml"> |
| 9 <include src="secondary_user_banner.html"> | 9 <include src="secondary_user_banner.html"> |
| 10 <section id="network-section-cros"> | 10 <section id="network-section-cros"> |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 <input type="checkbox" | 85 <input type="checkbox" |
| 86 pref="bookmark_bar.show_on_all_tabs" | 86 pref="bookmark_bar.show_on_all_tabs" |
| 87 metric="Options_ShowBookmarksBar"> | 87 metric="Options_ShowBookmarksBar"> |
| 88 <span> | 88 <span> |
| 89 <span i18n-content="toolbarShowBookmarksBar"></span> | 89 <span i18n-content="toolbarShowBookmarksBar"></span> |
| 90 <span class="controlled-setting-indicator" | 90 <span class="controlled-setting-indicator" |
| 91 pref="bookmark_bar.show_on_all_tabs"></span> | 91 pref="bookmark_bar.show_on_all_tabs"></span> |
| 92 </span> | 92 </span> |
| 93 </label> | 93 </label> |
| 94 </div> | 94 </div> |
| 95 <if expr="is_posix and not chromeos and not is_macosx"> | 95 <if expr="is_linux and not chromeos"> |
| 96 <div class="checkbox"><label> | 96 <div class="checkbox"><label> |
| 97 <input id="show-window-decorations" type="checkbox" | 97 <input id="show-window-decorations" type="checkbox" |
| 98 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" | 98 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" |
| 99 inverted_pref> | 99 inverted_pref> |
| 100 <span i18n-content="showWindowDecorations"></span> | 100 <span i18n-content="showWindowDecorations"></span> |
| 101 </label></div> | 101 </label></div> |
| 102 </if> | 102 </if> |
| 103 </section> | 103 </section> |
| 104 <if expr="chromeos"> | 104 <if expr="chromeos"> |
| 105 <section id="device-section"> | 105 <section id="device-section"> |
| (...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 </button> | 1125 </button> |
| 1126 </div> | 1126 </div> |
| 1127 </section> | 1127 </section> |
| 1128 </div> <!-- advanced-settings-container --> | 1128 </div> <!-- advanced-settings-container --> |
| 1129 </div> <!-- advanced-settings --> | 1129 </div> <!-- advanced-settings --> |
| 1130 <footer id="advanced-settings-footer"> | 1130 <footer id="advanced-settings-footer"> |
| 1131 <a is="action-link" id="advanced-settings-expander" | 1131 <a is="action-link" id="advanced-settings-expander" |
| 1132 i18n-content="showAdvancedSettings"></a> | 1132 i18n-content="showAdvancedSettings"></a> |
| 1133 </footer> | 1133 </footer> |
| 1134 </div> | 1134 </div> |
| OLD | NEW |