| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 203            i18n-content="cloudPrintProxyDisabledLabel"></div> | 203            i18n-content="cloudPrintProxyDisabledLabel"></div> | 
| 204       <div class="section-group"> | 204       <div class="section-group"> | 
| 205         <button id="cloudPrintProxySetupButton" | 205         <button id="cloudPrintProxySetupButton" | 
| 206                 i18n-content="cloudPrintProxyDisabledButton"></button> | 206                 i18n-content="cloudPrintProxyDisabledButton"></button> | 
| 207         <button id="cloudPrintProxyManageButton" | 207         <button id="cloudPrintProxyManageButton" | 
| 208                 i18n-content="cloudPrintProxyEnabledManageButton"></button> | 208                 i18n-content="cloudPrintProxyEnabledManageButton"></button> | 
| 209       </div> | 209       </div> | 
| 210     </div> | 210     </div> | 
| 211   </section> | 211   </section> | 
| 212 </if> | 212 </if> | 
| 213 <if expr="pp_ifdef('remoting') and not pp_ifdef('chromeos')"> |  | 
| 214   <section id="remoting-section"> |  | 
| 215     <h3 i18n-content="advancedSectionTitleRemoting"></h3> |  | 
| 216     <div> |  | 
| 217       <div id="remotingStatus" class="section-text"></div> |  | 
| 218       <div class="section-group"> |  | 
| 219         <button id="remotingSetupButton" |  | 
| 220                 i18n-content="remotingSetupButton" |  | 
| 221                 style="display:none;"></button> |  | 
| 222         <button id="remotingStopButton" |  | 
| 223                 i18n-content="remotingStopButton" |  | 
| 224                 style="display:none;"></button> |  | 
| 225       </div> |  | 
| 226     </div> |  | 
| 227   </section> |  | 
| 228 </if> |  | 
| 229 </div> | 213 </div> | 
| OLD | NEW | 
|---|