| 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 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> | 
| 6   <include src="sync_section.html"> | 6   <include src="sync_section.html"> | 
| 7 </if> | 7 </if> | 
| 8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> | 
| 9   <section> | 9   <section> | 
| 10     <h3 i18n-content="sectionTitleInternet"></h3> | 10     <h3 i18n-content="sectionTitleInternet"></h3> | 
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 682   <section id="kiosk-section" hidden> | 682   <section id="kiosk-section" hidden> | 
| 683     <h3 i18n-content="advancedSectionTitleKiosk"></h3> | 683     <h3 i18n-content="advancedSectionTitleKiosk"></h3> | 
| 684     <div> | 684     <div> | 
| 685       <button id="manage-kiosk-apps-button" | 685       <button id="manage-kiosk-apps-button" | 
| 686           i18n-content="manageKioskAppsButton"> | 686           i18n-content="manageKioskAppsButton"> | 
| 687       </button> | 687       </button> | 
| 688     </div> | 688     </div> | 
| 689   </section> | 689   </section> | 
| 690 </if> | 690 </if> | 
| 691 </if> | 691 </if> | 
|  | 692   <section id="system-section"> | 
|  | 693     <h3 i18n-content="advancedSectionTitleSystem"></h3> | 
| 692 <if expr="not is_macosx and not pp_ifdef('chromeos')"> | 694 <if expr="not is_macosx and not pp_ifdef('chromeos')"> | 
| 693   <section id="background-section"> |  | 
| 694     <h3 i18n-content="advancedSectionTitleBackground"></h3> |  | 
| 695     <div class="checkbox"> | 695     <div class="checkbox"> | 
| 696       <span class="controlled-setting-with-label"> | 696       <span class="controlled-setting-with-label"> | 
| 697         <input id="backgroundModeCheckbox" pref="background_mode.enabled" | 697         <input id="backgroundModeCheckbox" pref="background_mode.enabled" | 
| 698             type="checkbox"> | 698             type="checkbox"> | 
| 699         <span> | 699         <span> | 
| 700           <label for="backgroundModeCheckbox" | 700           <label for="backgroundModeCheckbox" | 
| 701               i18n-content="backgroundModeCheckbox"> | 701               i18n-content="backgroundModeCheckbox"> | 
| 702           </label> | 702           </label> | 
| 703           <span class="controlled-setting-indicator" | 703           <span class="controlled-setting-indicator" | 
| 704               pref="background_mode.enabled"> | 704               pref="background_mode.enabled"> | 
| 705           </span> | 705           </span> | 
| 706         </span> | 706         </span> | 
| 707       </span> | 707       </span> | 
| 708     </div> | 708     </div> | 
|  | 709 </if> | 
|  | 710     <div class="checkbox"> | 
|  | 711       <span class="controlled-setting-with-label"> | 
|  | 712         <input id="hardwareAccelerationModeCheckbox" | 
|  | 713             pref="hardware_acceleration_mode.enabled" type="checkbox"> | 
|  | 714         <span> | 
|  | 715           <label for="hardwareAccelerationCheckbox" | 
|  | 716               i18n-content="hardwareAccelerationModeCheckbox"> | 
|  | 717           </label> | 
|  | 718           <span class="controlled-setting-indicator" | 
|  | 719               pref="hardware_acceleration_mode.enabled"> | 
|  | 720           </span> | 
|  | 721         </span> | 
|  | 722       </span> | 
|  | 723     </div> | 
| 709   </section> | 724   </section> | 
| 710 </if> |  | 
| 711 <section id="managed-user-settings-section" hidden> | 725 <section id="managed-user-settings-section" hidden> | 
| 712   <h3 i18n-content="managedUsersSectionTitle"></h3> | 726   <h3 i18n-content="managedUsersSectionTitle"></h3> | 
| 713   <button id="open-managed-user-settings-button" | 727   <button id="open-managed-user-settings-button" | 
| 714       i18n-content="manageProfilesManagedUserSettings"> | 728       i18n-content="manageProfilesManagedUserSettings"> | 
| 715   </button> | 729   </button> | 
| 716 </section> | 730 </section> | 
| 717 </div>  <!-- advanced-settings-container --> | 731 </div>  <!-- advanced-settings-container --> | 
| 718 </div>  <!-- advanced-settings --> | 732 </div>  <!-- advanced-settings --> | 
| 719 <footer> | 733 <footer> | 
| 720   <button id="advanced-settings-expander" class="link-button" | 734   <button id="advanced-settings-expander" class="link-button" | 
| 721       i18n-content="showAdvancedSettings"> | 735       i18n-content="showAdvancedSettings"> | 
| 722   </button> | 736   </button> | 
| 723 </footer> | 737 </footer> | 
| 724 </div> | 738 </div> | 
| OLD | NEW | 
|---|