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