Home | History | Annotate | Download | only in options
      1 <div id="settings" class="page" hidden>
      2   <header>
      3     <h1 i18n-content="settingsTitle"></h1>
      4   </header>
      5   <include src="reset_profile_settings_banner.html">
      6 <if expr="not pp_ifdef('chromeos')">
      7   <include src="sync_section.html">
      8 </if>
      9 <if expr="pp_ifdef('chromeos')">
     10   <section>
     11     <h3 i18n-content="sectionTitleInternet"></h3>
     12     <div id="network-settings">
     13       <list id="network-list"></list>
     14       <div id="shared-proxies" class="checkbox">
     15         <label>
     16           <input id="use-shared-proxies" type="checkbox"
     17               pref="settings.use_shared_proxies">
     18           <span i18n-content="useSharedProxies"></span>
     19         </label>
     20       </div>
     21       <div id="network-menus"></div>
     22     </div>
     23   </section>
     24 </if>
     25 <if expr="not pp_ifdef('chromeos')">
     26   <include src="startup_section.html">
     27 </if>
     28   <section>
     29     <h3 i18n-content="sectionTitleAppearance"></h3>
     30     <div class="settings-row">
     31 <if expr="pp_ifdef('chromeos')">
     32       <button id="set-wallpaper" i18n-content="setWallpaper"
     33           guest-visibility="disabled"></button>
     34 </if>
     35 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx">
     36       <button id="themes-gallery" i18n-content="themesGallery"></button>
     37       <button id="themes-native-button"
     38           i18n-content="themesNativeButton"></button>
     39       <button id="themes-reset"
     40           i18n-content="themesSetClassic"></button>
     41 </if>
     42 <if expr="pp_ifdef('chromeos') or is_win or is_macosx">
     43       <button id="themes-gallery" i18n-content="themesGallery"></button>
     44       <button id="themes-reset" i18n-content="themesReset"></button>
     45 </if>
     46     </div>
     47     <div class="checkbox" guest-visibility="disabled">
     48       <span class="controlled-setting-with-label">
     49         <input id="show-home-button" type="checkbox"
     50             pref="browser.show_home_button"
     51             metric="Options_Homepage_HomeButton">
     52         <span>
     53           <label for="show-home-button" i18n-content="homePageShowHomeButton">
     54           </label>
     55           <span class="controlled-setting-indicator"
     56               pref="browser.show_home_button">
     57           </span>
     58         </span>
     59       </span>
     60     </div>
     61     <div id="change-home-page-section" hidden>
     62       <div id="change-home-page-section-container" guest-visibility="disabled">
     63         <span id="home-page-ntp" class="home-page-label"
     64             i18n-content="homePageNtp"></span>
     65         <span id="home-page-url" class="home-page-label"></span>
     66         <button id="change-home-page" class="link-button"
     67             i18n-content="changeHomePage"></button>
     68       </div>
     69     </div>
     70     <div class="checkbox" guest-visibility="disabled">
     71       <span class="controlled-setting-with-label">
     72         <input id="show-bookmark-bars" type="checkbox"
     73             pref="bookmark_bar.show_on_all_tabs"
     74             metric="Options_ShowBookmarksBar">
     75         <span>
     76           <label for="show-bookmark-bars"
     77               i18n-content="toolbarShowBookmarksBar">
     78           </label>
     79           <span class="controlled-setting-indicator"
     80               pref="bookmark_bar.show_on_all_tabs">
     81           </span>
     82         </span>
     83       </span>
     84     </div>
     85 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
     86     <div class="checkbox"><label>
     87         <input id="show-window-decorations" type="checkbox"
     88             pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
     89             inverted_pref>
     90         <span i18n-content="showWindowDecorations"></span>
     91     </label></div>
     92 </if>
     93   </section>
     94 <if expr="pp_ifdef('chromeos')">
     95   <section>
     96     <h3 i18n-content="sectionTitleDevice"></h3>
     97     <div>
     98       <span i18n-content="deviceGroupDescription"></span>
     99       <div id="touchpad-settings" class="settings-row" hidden>
    100         <span class="option-name" i18n-content="touchpadSpeed"></span>
    101         <input id="sensitivity-range" type="range" min="1" max="5"
    102             pref="settings.touchpad.sensitivity2" class="touch-slider">
    103       </div>
    104       <div id="mouse-settings" class="settings-row" hidden>
    105         <span class="option-name" i18n-content="mouseSpeed"></span>
    106         <input id="sensitivity-range" type="range" min="1" max="5"
    107             pref="settings.mouse.sensitivity2" class="touch-slider">
    108       </div>
    109       <div id="no-pointing-devices" i18n-content="noPointingDevices"
    110           class="settings-row" hidden>
    111       </div>
    112       <div class="settings-row">
    113         <button id="pointer-settings-button" hidden>
    114         </button>
    115         <button id="keyboard-settings-button"
    116             i18n-content="keyboardSettingsButtonTitle">
    117         </button>
    118         <span id="display-options-section">
    119           <button id="display-options" i18n-content="displayOptions">
    120           </button>
    121         </span>
    122       </div>
    123     </div>
    124   </section>
    125 </if>
    126   <section>
    127     <h3 i18n-content="sectionTitleSearch"></h3>
    128       <div>
    129         <label for="default-search-engine" class="settings-row"
    130             i18n-values=".innerHTML:defaultSearchGroupLabel">
    131         </label>
    132         <div class="settings-row">
    133           <select id="default-search-engine" class="weakrtl"></select>
    134           <span class="controlled-setting-indicator"
    135               pref="default_search_provider.enabled">
    136           </span>
    137           <button id="manage-default-search-engines"
    138               i18n-content="defaultSearchManageEngines">
    139           </button>
    140         </div>
    141       </div>
    142   </section>
    143   <section id="sync-users-section" guest-visibility="hidden">
    144     <h3 i18n-content="sectionTitleUsers"></h3>
    145 <if expr="pp_ifdef('chromeos')">
    146     <include src="sync_section.html">
    147 </if>
    148     <div id="profiles-section" hidden>
    149       <list id="profiles-list" class="settings-list" hidden></list>
    150       <div id="profiles-single-message" class="settings-row"
    151           i18n-content="profilesSingleUser">
    152       </div>
    153       <div id="profiles-buttons">
    154         <button id="profiles-create" i18n-content="profilesCreate"></button>
    155 <if expr="pp_ifdef('enable_settings_app')">
    156         <button id="profiles-app-list-switch"
    157             i18n-content="profilesAppListSwitch" hidden>
    158         </button>
    159 </if>
    160         <button id="profiles-manage" i18n-content="profilesManage" disabled>
    161         </button>
    162         <button id="profiles-delete" i18n-content="profilesDelete"></button>
    163 <if expr="not pp_ifdef('chromeos')">
    164         <button id="import-data" i18n-content="importData"></button>
    165 </if>
    166       </div>
    167     </div>
    168     <div id="profiles-supervised-dashboard-tip"
    169         i18n-values=".innerHTML:profilesSupervisedDashboardTip" hidden>
    170     </div>
    171   </section>
    172 <if expr="not pp_ifdef('chromeos')">
    173   <section>
    174     <h3 i18n-content="sectionTitleDefaultBrowser"></h3>
    175     <div>
    176       <button id="set-as-default-browser"
    177           i18n-content="defaultBrowserUseAsDefault" hidden>
    178       </button>
    179       <div id="default-browser-state" i18n-content="defaultBrowserUnknown">
    180       </div>
    181       <div id="auto-launch-option" class="checkbox" hidden>
    182         <label id="auto-launch-label">
    183           <input id="auto-launch" type="checkbox">
    184           <span i18n-content="autoLaunchText"></span>
    185         </label>
    186       </div>
    187     </div>
    188   </section>
    189 </if>  <!-- not pp_ifdef('chromeos') -->
    190 <div id="advanced-settings" hidden>
    191 <div id="advanced-settings-container">
    192 <if expr="pp_ifdef('chromeos')">
    193   <section>
    194     <h3 i18n-content="datetimeTitle"></h3>
    195     <div class="option-control-table">
    196       <div guest-visibility="disabled">
    197         <label for="timezone-select" class="option-name"
    198             i18n-content="timezone"></label>
    199         <div id="timezone-value">
    200           <select id="timezone-select" class="control"
    201               i18n-options="timezoneList" data-type="string"
    202               pref="cros.system.timezone">
    203           </select>
    204         </div>
    205       </div>
    206       <div class="checkbox">
    207         <label>
    208           <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock"
    209               type="checkbox">
    210           <span i18n-content="use24HourClock"></span>
    211         </label>
    212       </div>
    213     </div>
    214   </section>
    215 </if>
    216   <section id="privacy-section">
    217     <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
    218     <div>
    219       <div class="settings-row">
    220         <button id="privacyContentSettingsButton"
    221             i18n-content="privacyContentSettingsButton"></button>
    222         <button id="privacyClearDataButton"
    223             i18n-content="privacyClearDataButton"></button>
    224       </div>
    225       <p id="privacy-explanation" class="settings-row">
    226         <span i18n-content="improveBrowsingExperience"></span>
    227         <span i18n-content="disableWebServices"></span>
    228         <a target="_blank" i18n-content="learnMore"
    229             i18n-values="href:privacyLearnMoreURL"></a>
    230       </p>
    231       <div class="checkbox">
    232         <span class="controlled-setting-with-label">
    233           <input id="alternateErrorPagesEnabled"
    234               pref="alternate_error_pages.enabled"
    235               metric="Options_LinkDoctorCheckbox" type="checkbox">
    236           <span>
    237             <label for="alternateErrorPagesEnabled"
    238                 i18n-content="linkDoctorPref">
    239             </label>
    240             <span class="controlled-setting-indicator"
    241                 pref="alternate_error_pages.enabled">
    242             </span>
    243           </span>
    244         </span>
    245       </div>
    246       <div class="checkbox" guest-visibility="disabled">
    247         <span class="controlled-setting-with-label">
    248           <input id="searchSuggestEnabled" pref="search.suggest_enabled"
    249               metric="Options_UseSuggestCheckbox" type="checkbox">
    250           <span>
    251             <label for="searchSuggestEnabled" i18n-content="suggestPref">
    252             </label>
    253             <span class="controlled-setting-indicator"
    254                 pref="search.suggest_enabled">
    255             </span>
    256           </span>
    257         </span>
    258       </div>
    259       <div class="checkbox" guest-visibility="disabled">
    260         <span class="controlled-setting-with-label">
    261           <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled"
    262               metric="Options_DnsPrefetchCheckbox" type="checkbox">
    263           <span>
    264             <label for="dnsPrefetchingEnabled"
    265                 i18n-content="networkPredictionEnabledDescription">
    266             </label>
    267             <span class="controlled-setting-indicator"
    268                 pref="dns_prefetching.enabled">
    269             </span>
    270           </span>
    271         </span>
    272       </div>
    273       <div class="checkbox">
    274         <span class="controlled-setting-with-label">
    275           <input id="safeBrowsingEnabled" pref="safebrowsing.enabled"
    276               metric="Options_SafeBrowsingCheckbox" type="checkbox">
    277           <span>
    278             <label for="safeBrowsingEnabled"
    279                 i18n-content="safeBrowsingEnableProtection">
    280             </label>
    281             <span class="controlled-setting-indicator"
    282                 pref="safebrowsing.enabled">
    283             </span>
    284           </span>
    285         </span>
    286       </div>
    287 <if expr="pp_ifdef('_google_chrome')">
    288       <div class="checkbox">
    289         <span class="controlled-setting-with-label">
    290           <input id="spelling-enabled-control" type="checkbox"
    291               pref="spellcheck.use_spelling_service" dialog-pref>
    292           <span>
    293             <label for="spelling-enabled-control" i18n-content="spellingPref">
    294             </label>
    295             <span id="spelling-enabled-indicator"
    296                 class="controlled-setting-indicator"
    297                 pref="spellcheck.use_spelling_service" dialog-pref>
    298             </span>
    299           </span>
    300         </span>
    301       </div>
    302       <div id="metricsReportingSetting" class="checkbox">
    303         <span class="controlled-setting-with-label">
    304 <if expr="pp_ifdef('chromeos')">
    305           <input id="metricsReportingEnabled"
    306               pref="cros.metrics.reportingEnabled" type="checkbox">
    307           <span>
    308             <label for="metricsReportingEnabled" i18n-content="enableLogging">
    309             </label>
    310             <span class="controlled-setting-indicator"
    311                 pref="cros.metrics.reportingEnabled">
    312             </span>
    313           </span>
    314 </if>
    315 <if expr="not pp_ifdef('chromeos')">
    316           <input id="metricsReportingEnabled"
    317               pref="user_experience_metrics.reporting_enabled" type="checkbox">
    318           <span>
    319             <label for="metricsReportingEnabled" i18n-content="enableLogging">
    320             </label>
    321             <span class="controlled-setting-indicator"
    322                 pref="user_experience_metrics.reporting_enabled">
    323             </span>
    324           </span>
    325 </if>
    326         </span>
    327       </div>
    328 </if>  <!-- pp_ifdef('_google_chrome') -->
    329       <div class="checkbox">
    330         <label>
    331           <input id="do-not-track-enabled" pref="enable_do_not_track"
    332               metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref>
    333           <span i18n-content="doNotTrack"></span>
    334         </label>
    335       </div>
    336 <if expr="pp_ifdef('chromeos')">
    337       <div class="checkbox">
    338         <span class="controlled-setting-with-label">
    339           <input id="content-protection-attestation-enabled" type="checkbox"
    340               pref="cros.device.attestation_for_content_protection_enabled">
    341           <span>
    342             <label for="content-protection-attestation-enabled"
    343                 i18n-content="enableContentProtectionAttestation">
    344             </label>
    345             <a target="_blank" i18n-content="learnMore"
    346                 i18n-values="href:contentProtectionAttestationLearnMoreURL">
    347             </a>
    348             <span class="controlled-setting-indicator"
    349                 pref="cros.device.attestation_for_content_protection_enabled">
    350             </span>
    351           </span>
    352         </span>
    353       </div>
    354 </if>
    355     </div>
    356   </section>
    357 <if expr="pp_ifdef('chromeos')">
    358   <!-- By default, the bluetooth section is hidden.  It is only visible if a
    359        bluetooth adapter is discovered -->
    360   <section id="bluetooth-devices" hidden>
    361     <h3 i18n-content="bluetooth"></h3>
    362     <div id="bluetooth-options-div">
    363       <div class="checkbox">
    364         <label>
    365           <input type="checkbox" id="enable-bluetooth">
    366           <span i18n-content="enableBluetooth">
    367         </label>
    368       </div>
    369       <div class="settings-list bluetooth-device-list" hidden>
    370         <list id="bluetooth-paired-devices-list"></list>
    371         <div id="bluetooth-paired-devices-list-empty-placeholder"
    372             class="bluetooth-empty-list-label" hidden>
    373           <span i18n-content="bluetoothNoDevices"></span>
    374         </div>
    375       </div>
    376       <div id="bluetooth-button-group">
    377         <button id="bluetooth-add-device"
    378             i18n-content="addBluetoothDevice" hidden></button>
    379         <button id="bluetooth-reconnect-device"
    380             i18n-content="bluetoothConnectDevice" disabled hidden></button>
    381       </div>
    382     </div>
    383   </section>
    384 </if>  <!-- pp_ifdef('chromeos') -->
    385   <section id="passwords-and-autofill-section">
    386     <h3 i18n-content="passwordsAndAutofillGroupName"></h3>
    387     <div class="checkbox">
    388       <span class="controlled-setting-with-label">
    389         <input id="autofill-enabled" pref="autofill.enabled"
    390             metric="Options_FormAutofill" type="checkbox">
    391         <span>
    392           <label for="autofill-enabled" i18n-content="autofillEnabled"></label>
    393           <span class="controlled-setting-indicator" pref="autofill.enabled">
    394           </span>
    395           <button id="autofill-settings" class="link-button"
    396               i18n-content="manageAutofillSettings">
    397           </button>
    398         </span>
    399       </span>
    400     </div>
    401     <div class="checkbox">
    402       <span class="controlled-setting-with-label">
    403         <input id="password-manager-enabled"
    404             pref="profile.password_manager_enabled"
    405             metric="Options_PasswordManager" type="checkbox">
    406         <span>
    407           <label for="password-manager-enabled"
    408               i18n-content="passwordManagerEnabled">
    409           </label>
    410           <span class="controlled-setting-indicator"
    411               pref="profile.password_manager_enabled">
    412           </span>
    413           <button id="manage-passwords" class="link-button"
    414               i18n-content="managePasswords">
    415           </button>
    416         </span>
    417       </span>
    418     </div>
    419     <div class="checkbox" id="password-generation-checkbox">
    420       <label>
    421         <input id="password-generation-enabled" pref="password_generation.enabled"
    422             metric="Options_PasswordGenerationCheckbox" type="checkbox">
    423         <span i18n-content="passwordGenerationEnabledDescription"></span>
    424       </label>
    425     </div>
    426 <if expr="is_macosx">
    427     <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden>
    428     </div>
    429 </if>
    430   </section>
    431   <section id="web-content-section">
    432     <h3 i18n-content="advancedSectionTitleContent"></h3>
    433     <div>
    434       <div class="settings-row">
    435         <label class="web-content-select-label">
    436           <span i18n-content="defaultFontSizeLabel"></span>
    437           <select id="defaultFontSize">
    438             <option value="9" i18n-content="fontSizeLabelVerySmall">
    439             </option>
    440             <option value="12" i18n-content="fontSizeLabelSmall"></option>
    441             <option value="16" i18n-content="fontSizeLabelMedium"></option>
    442             <option value="20" i18n-content="fontSizeLabelLarge"></option>
    443             <option value="24" i18n-content="fontSizeLabelVeryLarge">
    444             </option>
    445           </select>
    446         </label>
    447         <span id="font-size-indicator"
    448             class="controlled-setting-indicator"></span>
    449         <button id="fontSettingsCustomizeFontsButton"
    450             i18n-content="fontSettingsCustomizeFontsButton"></button>
    451       </div>
    452       <div class="settings-row">
    453         <label class="web-content-select-label">
    454           <span i18n-content="defaultZoomFactorLabel"></span>
    455           <select id="defaultZoomFactor" dataType="double"></select>
    456         </label>
    457       </div>
    458 <if expr="is_macosx">
    459       <div class="checkbox">
    460         <label>
    461           <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links"
    462               metric="Options_TabsToLinks" type="checkbox">
    463           <span i18n-content="tabsToLinksPref"></span>
    464         </label>
    465       </div>
    466 </if>
    467     </div>
    468   </section>
    469 <if expr="not pp_ifdef('chromeos')">
    470   <section id="network-section">
    471     <h3 i18n-content="advancedSectionTitleNetwork"></h3>
    472     <div>
    473       <span id="proxiesLabel" class="settings-row"></span>
    474       <div class="settings-row">
    475         <button id="proxiesConfigureButton"
    476             i18n-content="proxiesConfigureButton"></button>
    477         <span class="controlled-setting-indicator" pref="proxy" plural></span>
    478       </div>
    479     </div>
    480   </section>
    481 </if>
    482   <section id="languages-section">
    483     <h3 i18n-content="advancedSectionTitleLanguages"></h3>
    484     <span class="settings-row" i18n-content="languageSectionLabel"></span>
    485     <div class="settings-row">
    486       <button id="language-button"
    487           i18n-content="languageAndSpellCheckSettingsButton"></button>
    488     </div>
    489     <div class="checkbox">
    490       <span class="controlled-setting-with-label">
    491         <input id="enableTranslate" pref="translate.enabled"
    492             metric="Options_Translate" type="checkbox">
    493         <span>
    494           <label for="enableTranslate" i18n-content="translateEnableTranslate">
    495           </label>
    496           <span class="controlled-setting-indicator" pref="translate.enabled">
    497           </span>
    498           <button id="manage-languages" class="link-button"
    499               i18n-content="manageLanguages"></button>
    500         </span>
    501       </span>
    502     </div>
    503   </section>
    504   <section id="downloads-section">
    505     <h3 i18n-content="downloadLocationGroupName"></h3>
    506     <div>
    507       <div class="settings-row">
    508         <label>
    509           <span id="download-location-label"
    510               i18n-content="downloadLocationBrowseTitle">
    511           </span>
    512           <input id="downloadLocationPath" class="weakrtl" type="text"
    513               size="36" readonly>
    514         </label>
    515         <button id="downloadLocationChangeButton"
    516             i18n-content="downloadLocationChangeButton">
    517         </button>
    518         <span class="controlled-setting-indicator"
    519           pref="download.default_directory">
    520         </span>
    521       </div>
    522       <div class="checkbox">
    523         <span class="controlled-setting-with-label">
    524           <input id="prompt-for-download" type="checkbox"
    525                 pref="download.prompt_for_download"
    526                 metric="Options_AskForSaveLocation">
    527           <span>
    528             <label for="prompt-for-download"
    529                 i18n-content="downloadLocationAskForSaveLocation">
    530             </label>
    531             <span class="controlled-setting-indicator"
    532                 pref="download.prompt_for_download">
    533             </span>
    534           </span>
    535         </span>
    536       </div>
    537 <if expr="pp_ifdef('chromeos')">
    538       <div class="checkbox" id="disable-drive-row" guest-visibility="disabled">
    539         <span class="controlled-setting-with-label">
    540           <input id="drive-disabled" type="checkbox"
    541               pref="gdata.disabled"
    542               metric="Options_DisableGData">
    543           <span>
    544             <label for="drive-disabled" i18n-content="disableGData"></label>
    545             <span class="controlled-setting-indicator" pref="gdata.disabled">
    546             </span>
    547           </span>
    548         </span>
    549       </div>
    550 </if>
    551 <if expr="not pp_ifdef('chromeos')">
    552       <div id="auto-open-file-types-section" hidden>
    553         <div id="auto-open-file-types-container">
    554           <div id="auto-open-file-types-label"
    555               i18n-content="autoOpenFileTypesInfo"></div>
    556           <button id="autoOpenFileTypesResetToDefault"
    557               i18n-content="autoOpenFileTypesResetToDefault"></button>
    558         </div>
    559       </div>
    560 </if>
    561     </div>
    562   </section>
    563   <section>
    564       <h3 i18n-content="advancedSectionTitleSecurity"></h3>
    565       <div>
    566 <if expr="pp_ifdef('use_nss') or is_win or is_macosx">
    567         <div class="settings-row">
    568           <button id="certificatesManageButton"
    569               i18n-content="certificatesManageButton"></button>
    570         </div>
    571 </if>
    572         <div class="checkbox">
    573           <label>
    574             <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled"
    575                    type="checkbox">
    576             <span i18n-content="sslCheckRevocation"></span>
    577           </label>
    578         </div>
    579       </div>
    580   </section>
    581   <section id="cloud-print-connector-section">
    582     <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
    583 <if expr="pp_ifdef('enable_mdns')">
    584     <div id="cloudprint-options-mdns" hidden>
    585       <div class="settings-row">
    586         <span i18n-content="cloudPrintOptionLabel"></span>
    587         <a target="_blank" i18n-content="learnMore"
    588            i18n-values="href:cloudPrintLearnMoreURL"></a>
    589       </div>
    590       <button id="cloudPrintDevicesPageButton"
    591               i18n-content="cloudPrintDevicesPageButton">
    592       </button>
    593 
    594       <div class="checkbox"
    595            i18n-values=".hidden: cloudPrintHideNotificationsCheckbox">
    596         <span class="controlled-setting-with-label">
    597           <input id="local-discovery-notifications-enabled"
    598                  pref="local_discovery.notifications_enabled"
    599                  type="checkbox"
    600                  metric="LocalDiscoveryNotificationsDisabled_Settings" />
    601           <span>
    602             <label for="local-discovery-notifications-enabled"
    603                    i18n-content="cloudPrintEnableNotificationsLabel">
    604             </label>
    605             <span class="controlled-setting-indicator"
    606                   pref="local_discovery.notifications_enabled">
    607             </span>
    608           </span>
    609       </div>
    610     </div>
    611 </if>
    612 
    613     <div id="cloudprint-options-nomdns">
    614 <if expr="pp_ifdef('chromeos')">
    615       <div>
    616         <span i18n-content="cloudPrintOptionLabel"></span>
    617         <a target="_blank" i18n-content="learnMore"
    618            i18n-values="href:cloudPrintLearnMoreURL"></a>
    619       </div>
    620 </if>
    621 
    622 <if expr="not pp_ifdef('chromeos')">
    623       <p id="cloudPrintConnectorLabel" class="settings-row"
    624          i18n-content="cloudPrintConnectorDisabledLabel"></p>
    625 </if>
    626 
    627       <div class="settings-row">
    628 <if expr="not pp_ifdef('chromeos')">
    629         <button id="cloudPrintConnectorSetupButton"
    630                 i18n-content="cloudPrintConnectorDisabledButton"></button>
    631 </if>
    632 
    633         <button id="cloudPrintManageButton"
    634                 i18n-content="cloudPrintManageButton">
    635         </button>
    636       </div>
    637     </div>
    638   </section>
    639 
    640 <if expr="pp_ifdef('chromeos')">
    641   <include src="startup_section.html">
    642   <section>
    643     <h3 i18n-content="accessibilityTitle"></h3>
    644     <div class="option-control-table">
    645       <p id="accessibility-explanation" class="settings-row">
    646         <span i18n-content="accessibilityExplanation"></span>
    647         <a target="_blank" i18n-content="learnMore"
    648             i18n-values="href:accessibilityLearnMoreURL"></a>
    649       </p>
    650       <div class="option-name">
    651         <div class="checkbox">
    652           <span class="controlled-setting-with-label">
    653             <input id="accessibility-should-always-show-menu"
    654                 pref="settings.a11y.enable_menu" type="checkbox">
    655             <span>
    656               <label for="accessibility-should-always-show-menu"
    657                   i18n-content="accessibilityAlwaysShowMenu">
    658               </label>
    659               <span class="controlled-setting-indicator"
    660                   pref="settings.a11y.enable_menu">
    661               </span>
    662           </span>
    663         </div>
    664       </div>
    665       <div class="option-name">
    666         <div class="checkbox">
    667           <span class="controlled-setting-with-label">
    668             <input id="accessibility-large-cursor-check"
    669                 pref="settings.a11y.large_cursor_enabled" type="checkbox">
    670             <span>
    671               <label for="accessibility-large-cursor-check"
    672                   i18n-content="accessibilityLargeCursor">
    673               </label>
    674               <span class="controlled-setting-indicator"
    675                   pref="settings.a11y.large_cursor_enabled">
    676               </span>
    677             </span>
    678           </span>
    679         </div>
    680       </div>
    681       <div class="option-name">
    682         <div class="checkbox">
    683           <span class="controlled-setting-with-label">
    684             <input id="accessibility-high-contrast-check"
    685                 pref="settings.a11y.high_contrast_enabled" type="checkbox">
    686             <span>
    687               <label for="accessibility-high-contrast-check"
    688                   i18n-content="accessibilityHighContrast">
    689               </label>
    690               <span class="controlled-setting-indicator"
    691                   pref="settings.a11y.high_contrast_enabled">
    692               </span>
    693             </span>
    694           </span>
    695         </div>
    696       </div>
    697       <div id="accessibility-sticky-keys" class="option-name" hidden>
    698         <div class="checkbox">
    699           <span class="controlled-setting-with-label">
    700             <input id="accessibility-sticky-keys-check"
    701                 pref="settings.a11y.sticky_keys_enabled" type="checkbox">
    702             <span>
    703               <label for="accessibility-sticky-keys-check"
    704                   i18n-content="accessibilityStickyKeys">
    705               </label>
    706               <span class="controlled-setting-indicator"
    707                   pref="settings.a11y.sticky_keys_enabled">
    708               </span>
    709             </span>
    710           </span>
    711         </div>
    712       </div>
    713       <div class="option-name">
    714         <div class="checkbox">
    715           <span class="controlled-setting-with-label">
    716             <input id="accessibility-spoken-feedback-check"
    717                 pref="settings.accessibility" type="checkbox">
    718             <span>
    719               <label for="accessibility-spoken-feedback-check"
    720                   i18n-content="accessibilitySpokenFeedback">
    721               </label>
    722               <span class="controlled-setting-indicator"
    723                   pref="settings.accessibility">
    724               </span>
    725             </span>
    726           </span>
    727           <div id="accessibility-settings" hidden>
    728             <button id="accessibility-settings-button"
    729               i18n-content="accessibilitySettings"></button>
    730           </div>
    731         </div>
    732       </div>
    733       <div class="option-name">
    734         <div class="checkbox">
    735           <span class="controlled-setting-with-label">
    736             <input id="accessibility-screen-magnifier-check"
    737                 pref="settings.a11y.screen_magnifier" type="checkbox">
    738             <span>
    739               <label for="accessibility-screen-magnifier-check"
    740                   i18n-content="accessibilityScreenMagnifier">
    741               </label>
    742               <span class="controlled-setting-indicator"
    743                   pref="settings.a11y.screen_magnifier">
    744               </span>
    745             </span>
    746           </span>
    747         </div>
    748       </div>
    749       <div class="option-name" id="accessibility-tap-dragging">
    750         <div class="checkbox">
    751           <label>
    752             <input id="accessibility-tap-dragging-check"
    753                 pref="settings.touchpad.enable_tap_dragging" type="checkbox">
    754             <span i18n-content="accessibilityTapDragging"></span>
    755           </label>
    756         </div>
    757       </div>
    758       <div class="option-name" id="accessibility-autoclick">
    759         <div class="checkbox">
    760           <span class="controlled-setting-with-label">
    761             <input id="accessibility-autoclick-check"
    762                   pref="settings.a11y.autoclick" type="checkbox">
    763             <span>
    764               <div>
    765                 <div>
    766                   <label for="accessibility-autoclick-check"
    767                       i18n-content="accessibilityAutoclick">
    768                   </label>
    769                   <span class="controlled-setting-indicator"
    770                       pref="settings.a11y.autoclick">
    771                   </span>
    772                 </div>
    773                 <div>
    774                   <label for="accessibility-autoclick-dropdown"
    775                       i18n-content="accessibilityAutoclickDropdown">
    776                   </label>
    777                   <select id="accessibility-autoclick-dropdown" class="control"
    778                     data-type="number"
    779                     pref="settings.a11y.autoclick_delay_ms">
    780                     <option value="200"
    781                         i18n-content="autoclickDelayExtremelyShort"></option>
    782                     <option value="400"
    783                         i18n-content="autoclickDelayVeryShort"></option>
    784                     <option value="600" i18n-content="autoclickDelayShort"></option>
    785                     <option value="800" i18n-content="autoclickDelayLong"></option>
    786                     <option value="1000"
    787                         i18n-content="autoclickDelayVeryLong"></option>
    788                   </select>
    789                   <span class="controlled-setting-indicator"
    790                       pref="settings.a11y.autoclick_delay_ms">
    791                   </span>
    792                 </div>
    793               </div>
    794             </span>
    795           </span>
    796         </div>
    797       </div>
    798   </section>
    799 <if expr="pp_ifdef('chromeos')">
    800   <section id="factory-reset-section" hidden>
    801     <h3 i18n-content="factoryResetTitle"></h3>
    802     <div>
    803       <span class="settings-row" i18n-content="factoryResetDescription">
    804       </span>
    805       <button id="factory-reset-restart"
    806           i18n-content="factoryResetRestart">
    807       </button>
    808     </div>
    809   </section>
    810 </if>
    811 </if>
    812 <if expr="not pp_ifdef('chromeos')">
    813   <section id="system-section">
    814     <h3 i18n-content="advancedSectionTitleSystem"></h3>
    815 <if expr="not is_macosx">
    816     <div class="checkbox">
    817       <span class="controlled-setting-with-label">
    818         <input id="backgroundModeCheckbox" pref="background_mode.enabled"
    819             type="checkbox">
    820         <span>
    821           <label for="backgroundModeCheckbox"
    822               i18n-content="backgroundModeCheckbox">
    823           </label>
    824           <span class="controlled-setting-indicator"
    825               pref="background_mode.enabled">
    826           </span>
    827         </span>
    828       </span>
    829     </div>
    830 </if>
    831     <div class="checkbox">
    832       <span class="controlled-setting-with-label">
    833         <input id="gpu-mode-checkbox"
    834             pref="hardware_acceleration_mode.enabled" type="checkbox">
    835         <span>
    836           <label for="gpu-mode-checkbox"
    837               i18n-content="gpuModeCheckbox">
    838           </label>
    839           <span id="gpu-mode-reset-restart"
    840               i18n-values=".innerHTML:gpuModeResetRestart">
    841           </span>
    842         </span>
    843       </span>
    844     </div>
    845   </section>
    846 </if>
    847   <section id="reset-profile-settings-section" hidden>
    848     <h3 i18n-content="resetProfileSettingsSectionTitle"></h3>
    849     <div>
    850       <span class="settings-row" i18n-content="resetProfileSettingsDescription">
    851       </span>
    852       <button id="reset-profile-settings" i18n-content="resetProfileSettings">
    853       </button>
    854     </div>
    855   </section>
    856   </div>  <!-- advanced-settings-container -->
    857   </div>  <!-- advanced-settings -->
    858   <footer>
    859     <button id="advanced-settings-expander" class="link-button"
    860         i18n-content="showAdvancedSettings">
    861     </button>
    862   </footer>
    863   </div>
    864