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