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