| OLD | NEW |
| 1 <div id="advancedPage" class="page hidden"> | 1 <div id="advancedPage" class="page hidden"> |
| 2 <h1 i18n-content="advancedPage"></h1> | 2 <h1 i18n-content="advancedPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
| 5 <div> | 5 <div> |
| 6 <div class="section-group"> | 6 <div class="section-group"> |
| 7 <button id="privacyContentSettingsButton" | 7 <button id="privacyContentSettingsButton" |
| 8 i18n-content="privacyContentSettingsButton"></button> | 8 i18n-content="privacyContentSettingsButton"></button> |
| 9 <button id="privacyClearDataButton" | 9 <button id="privacyClearDataButton" |
| 10 i18n-content="privacyClearDataButton"></button> | 10 i18n-content="privacyClearDataButton"></button> |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 </select> | 100 </select> |
| 101 </label> | 101 </label> |
| 102 </div> | 102 </div> |
| 103 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> | 103 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> |
| 104 <div class="section-group"> | 104 <div class="section-group"> |
| 105 </if> | 105 </if> |
| 106 <if expr="not pp_ifdef('chromeos')"> | 106 <if expr="not pp_ifdef('chromeos')"> |
| 107 <button id="language-button" | 107 <button id="language-button" |
| 108 i18n-content="languageAndSpellCheckSettingsButton"></button> | 108 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 109 </if> | 109 </if> |
| 110 <if expr="os == 'win32'"> | |
| 111 <button id="gearSettingsConfigureGearsButton" | |
| 112 i18n-content="gearSettingsConfigureGearsButton"></button> | |
| 113 </if> | |
| 114 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> | 110 <if expr="not pp_ifdef('chromeos') or os == 'win32'"> |
| 115 </div> | 111 </div> |
| 116 </if> | 112 </if> |
| 117 <if expr="os == 'darwin'"> | 113 <if expr="os == 'darwin'"> |
| 118 <div class="checkbox"> | 114 <div class="checkbox"> |
| 119 <label> | 115 <label> |
| 120 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" | 116 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" |
| 121 metric="Options_TabsToLinks" type="checkbox"> | 117 metric="Options_TabsToLinks" type="checkbox"> |
| 122 <span i18n-content="tabsToLinksPref"></span> | 118 <span i18n-content="tabsToLinksPref"></span> |
| 123 </label> | 119 </label> |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 i18n-content="remotingSetupButton" | 247 i18n-content="remotingSetupButton" |
| 252 style="display:none;"></button> | 248 style="display:none;"></button> |
| 253 <button id="remotingStopButton" | 249 <button id="remotingStopButton" |
| 254 i18n-content="remotingStopButton" | 250 i18n-content="remotingStopButton" |
| 255 style="display:none;"></button> | 251 style="display:none;"></button> |
| 256 </div> | 252 </div> |
| 257 </div> | 253 </div> |
| 258 </section> | 254 </section> |
| 259 </if> | 255 </if> |
| 260 </div> | 256 </div> |
| OLD | NEW |