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