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