| OLD | NEW |
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 </header> | 4 </header> |
| 5 <include src="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
| 6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
| 7 <include src="secondary_user_banner.html"> | 7 <include src="secondary_user_banner.html"> |
| 8 <section> | 8 <section> |
| 9 <div id="network-section-header" class="section-header"> | 9 <div id="network-section-header" class="section-header"> |
| 10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 <button id="themes-gallery" i18n-content="themesGallery"></button> | 53 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 54 <button id="themes-reset" i18n-content="themesReset"></button> | 54 <button id="themes-reset" i18n-content="themesReset"></button> |
| 55 </if> | 55 </if> |
| 56 </div> | 56 </div> |
| 57 <div class="checkbox controlled-setting-with-label" | 57 <div class="checkbox controlled-setting-with-label" |
| 58 guest-visibility="disabled"> | 58 guest-visibility="disabled"> |
| 59 <label> | 59 <label> |
| 60 <input type="checkbox" | 60 <input type="checkbox" |
| 61 pref="browser.show_home_button" | 61 pref="browser.show_home_button" |
| 62 metric="Options_Homepage_HomeButton"> | 62 metric="Options_Homepage_HomeButton"> |
| 63 <span i18n-content="homePageShowHomeButton"></span> | 63 <span> |
| 64 <span i18n-content="homePageShowHomeButton"></span> |
| 65 <span class="controlled-setting-indicator" |
| 66 pref="browser.show_home_button"></span> |
| 67 </span> |
| 64 </label> | 68 </label> |
| 65 <span class="controlled-setting-indicator" | |
| 66 pref="browser.show_home_button"></span> | |
| 67 </div> | 69 </div> |
| 68 <div id="change-home-page-section" hidden> | 70 <div id="change-home-page-section" hidden> |
| 69 <div id="change-home-page-section-container" guest-visibility="disabled"> | 71 <div id="change-home-page-section-container" guest-visibility="disabled"> |
| 70 <span id="home-page-ntp" class="home-page-label" | 72 <span id="home-page-ntp" class="home-page-label" |
| 71 i18n-content="homePageNtp"></span> | 73 i18n-content="homePageNtp"></span> |
| 72 <span id="home-page-url" class="home-page-label"></span> | 74 <span id="home-page-url" class="home-page-label"></span> |
| 73 <button id="change-home-page" class="link-button" | 75 <button id="change-home-page" class="link-button" |
| 74 i18n-content="changeHomePage"></button> | 76 i18n-content="changeHomePage"></button> |
| 75 <div id="extension-controlled-container"></div> | 77 <div id="extension-controlled-container"></div> |
| 76 </div> | 78 </div> |
| 77 </div> | 79 </div> |
| 78 <div class="checkbox controlled-setting-with-label" | 80 <div class="checkbox controlled-setting-with-label" |
| 79 guest-visibility="disabled"> | 81 guest-visibility="disabled"> |
| 80 <label> | 82 <label> |
| 81 <input type="checkbox" | 83 <input type="checkbox" |
| 82 pref="bookmark_bar.show_on_all_tabs" | 84 pref="bookmark_bar.show_on_all_tabs" |
| 83 metric="Options_ShowBookmarksBar"> | 85 metric="Options_ShowBookmarksBar"> |
| 84 <span i18n-content="toolbarShowBookmarksBar"></span> | 86 <span> |
| 87 <span i18n-content="toolbarShowBookmarksBar"></span> |
| 88 <span class="controlled-setting-indicator" |
| 89 pref="bookmark_bar.show_on_all_tabs"></span> |
| 90 </span> |
| 85 </label> | 91 </label> |
| 86 <span class="controlled-setting-indicator" | |
| 87 pref="bookmark_bar.show_on_all_tabs"> | |
| 88 </span> | |
| 89 </div> | 92 </div> |
| 90 <if expr="is_posix and not chromeos and not is_macosx"> | 93 <if expr="is_posix and not chromeos and not is_macosx"> |
| 91 <div class="checkbox"><label> | 94 <div class="checkbox"><label> |
| 92 <input id="show-window-decorations" type="checkbox" | 95 <input id="show-window-decorations" type="checkbox" |
| 93 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" | 96 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" |
| 94 inverted_pref> | 97 inverted_pref> |
| 95 <span i18n-content="showWindowDecorations"></span> | 98 <span i18n-content="showWindowDecorations"></span> |
| 96 </label></div> | 99 </label></div> |
| 97 </if> | 100 </if> |
| 98 </section> | 101 </section> |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 <span i18n-content="improveBrowsingExperience"></span> | 287 <span i18n-content="improveBrowsingExperience"></span> |
| 285 <span i18n-content="disableWebServices"></span> | 288 <span i18n-content="disableWebServices"></span> |
| 286 <a target="_blank" i18n-content="learnMore" | 289 <a target="_blank" i18n-content="learnMore" |
| 287 i18n-values="href:privacyLearnMoreURL"></a> | 290 i18n-values="href:privacyLearnMoreURL"></a> |
| 288 </p> | 291 </p> |
| 289 <div class="checkbox controlled-setting-with-label"> | 292 <div class="checkbox controlled-setting-with-label"> |
| 290 <label> | 293 <label> |
| 291 <input id="alternateErrorPagesEnabled" | 294 <input id="alternateErrorPagesEnabled" |
| 292 pref="alternate_error_pages.enabled" | 295 pref="alternate_error_pages.enabled" |
| 293 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 296 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
| 294 <span i18n-content="linkDoctorPref"></span> | 297 <span> |
| 298 <span i18n-content="linkDoctorPref"></span> |
| 299 <span class="controlled-setting-indicator" |
| 300 pref="alternate_error_pages.enabled"></span> |
| 301 </span> |
| 295 </label> | 302 </label> |
| 296 <span class="controlled-setting-indicator" | |
| 297 pref="alternate_error_pages.enabled"> | |
| 298 </span> | |
| 299 </div> | 303 </div> |
| 300 <div class="checkbox controlled-setting-with-label" | 304 <div class="checkbox controlled-setting-with-label" |
| 301 guest-visibility="disabled"> | 305 guest-visibility="disabled"> |
| 302 <label> | 306 <label> |
| 303 <input pref="search.suggest_enabled" | 307 <input pref="search.suggest_enabled" |
| 304 metric="Options_UseSuggestCheckbox" type="checkbox"> | 308 metric="Options_UseSuggestCheckbox" type="checkbox"> |
| 305 <span i18n-content="suggestPref"></span> | 309 <span> |
| 310 <span i18n-content="suggestPref"></span> |
| 311 <span class="controlled-setting-indicator" |
| 312 pref="search.suggest_enabled"></span> |
| 313 </span> |
| 306 </label> | 314 </label> |
| 307 <span class="controlled-setting-indicator" | |
| 308 pref="search.suggest_enabled"> | |
| 309 </span> | |
| 310 </div> | 315 </div> |
| 311 <div class="checkbox" guest-visibility="disabled"> | 316 <div class="checkbox" guest-visibility="disabled"> |
| 312 <span class="controlled-setting-with-label"> | 317 <span class="controlled-setting-with-label"> |
| 313 <label> | 318 <label> |
| 314 <input id="networkPredictionOptions" | 319 <input id="networkPredictionOptions" |
| 315 metric="Options_DnsPrefetchCheckbox" type="checkbox"> | 320 metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
| 316 <span i18n-content="networkPredictionEnabledDescription"></span> | 321 <span> |
| 322 <span i18n-content="networkPredictionEnabledDescription"></span> |
| 323 <span class="controlled-setting-indicator" |
| 324 pref="net.network_prediction_options"></span> |
| 325 </span> |
| 317 </label> | 326 </label> |
| 318 <span class="controlled-setting-indicator" | |
| 319 pref="net.network_prediction_options"></span> | |
| 320 </span> | 327 </span> |
| 321 </div> | 328 </div> |
| 322 <div class="checkbox controlled-setting-with-label"> | 329 <div class="checkbox controlled-setting-with-label"> |
| 323 <label> | 330 <label> |
| 324 <input | 331 <input |
| 325 metric="Options_SafeBrowsingExtendedReportingCheckbox" | 332 metric="Options_SafeBrowsingExtendedReportingCheckbox" |
| 326 pref="safebrowsing.extended_reporting_enabled" | 333 pref="safebrowsing.extended_reporting_enabled" |
| 327 type="checkbox"> | 334 type="checkbox"> |
| 328 <span i18n-content="safeBrowsingEnableExtendedReporting"></span> | 335 <span> |
| 336 <span i18n-content="safeBrowsingEnableExtendedReporting"></span> |
| 337 <span class="controlled-setting-indicator" |
| 338 pref="safebrowsing.extended_reporting_enabled"></span> |
| 339 </span> |
| 329 </label> | 340 </label> |
| 330 <span class="controlled-setting-indicator" | |
| 331 pref="safebrowsing.extended_reporting_enabled"> | |
| 332 </span> | |
| 333 </div> | 341 </div> |
| 334 <div class="checkbox controlled-setting-with-label"> | 342 <div class="checkbox controlled-setting-with-label"> |
| 335 <label> | 343 <label> |
| 336 <input pref="safebrowsing.enabled" | 344 <input pref="safebrowsing.enabled" |
| 337 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 345 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
| 338 <span i18n-content="safeBrowsingEnableProtection"></span> | 346 <span> |
| 347 <span i18n-content="safeBrowsingEnableProtection"></span> |
| 348 <span class="controlled-setting-indicator" |
| 349 pref="safebrowsing.enabled"></span> |
| 350 </span> |
| 339 </label> | 351 </label> |
| 340 <span class="controlled-setting-indicator" | |
| 341 pref="safebrowsing.enabled"> | |
| 342 </span> | |
| 343 </div> | 352 </div> |
| 344 <if expr="_google_chrome"> | 353 <if expr="_google_chrome"> |
| 345 <div class="checkbox controlled-setting-with-label"> | 354 <div class="checkbox controlled-setting-with-label"> |
| 346 <label> | 355 <label> |
| 347 <input id="spelling-enabled-control" type="checkbox" | 356 <input id="spelling-enabled-control" type="checkbox" |
| 348 metric="Options_SpellingServiceCheckbox" | 357 metric="Options_SpellingServiceCheckbox" |
| 349 pref="spellcheck.use_spelling_service" dialog-pref> | 358 pref="spellcheck.use_spelling_service" dialog-pref> |
| 350 <span i18n-content="spellingPref"></span> | 359 <span> |
| 360 <span i18n-content="spellingPref"></span> |
| 361 <span id="spelling-enabled-indicator" |
| 362 class="controlled-setting-indicator" |
| 363 pref="spellcheck.use_spelling_service" dialog-pref> |
| 364 </span> |
| 351 </label> | 365 </label> |
| 352 <span id="spelling-enabled-indicator" | |
| 353 class="controlled-setting-indicator" | |
| 354 pref="spellcheck.use_spelling_service" dialog-pref> | |
| 355 </span> | |
| 356 </div> | 366 </div> |
| 357 <div id="metricsReportingSetting" | 367 <div id="metricsReportingSetting" |
| 358 class="checkbox controlled-setting-with-label"> | 368 class="checkbox controlled-setting-with-label"> |
| 359 <if expr="chromeos"> | 369 <if expr="chromeos"> |
| 360 <label> | 370 <label> |
| 361 <input id="metricsReportingEnabled" | 371 <input id="metricsReportingEnabled" |
| 362 pref="cros.metrics.reportingEnabled" type="checkbox"> | 372 pref="cros.metrics.reportingEnabled" type="checkbox"> |
| 363 <span i18n-content="enableLogging"></span> | 373 <span> |
| 374 <span i18n-content="enableLogging"></span> |
| 375 <span class="controlled-setting-indicator" |
| 376 pref="cros.metrics.reportingEnabled"></span> |
| 377 </span> |
| 364 </label> | 378 </label> |
| 365 <span class="controlled-setting-indicator" | |
| 366 pref="cros.metrics.reportingEnabled"></span> | |
| 367 </if> | 379 </if> |
| 368 <if expr="not chromeos"> | 380 <if expr="not chromeos"> |
| 369 <label> | 381 <label> |
| 370 <input id="metricsReportingEnabled" type="checkbox"> | 382 <input id="metricsReportingEnabled" type="checkbox"> |
| 371 <span i18n-content="enableLogging"> | 383 <span> |
| 384 <span i18n-content="enableLogging"></span> |
| 385 <span id="metrics-reporting-disabled-icon" |
| 386 class="controlled-setting-indicator"></span> |
| 387 </span> |
| 372 </label> | 388 </label> |
| 373 <span id="metrics-reporting-disabled-icon" | |
| 374 class="controlled-setting-indicator"> | |
| 375 </span> | |
| 376 <span id="metrics-reporting-reset-restart"> | 389 <span id="metrics-reporting-reset-restart"> |
| 377 <!-- Text filled by JavaScript --> | 390 <!-- Text filled by JavaScript --> |
| 378 <span></span><button class= | 391 <span></span><button class= |
| 379 "link-button standalone-link-button"></button><span></span> | 392 "link-button standalone-link-button"></button><span></span> |
| 380 </span> | 393 </span> |
| 381 </if> | 394 </if> |
| 382 </div> | 395 </div> |
| 383 </if> <!-- _google_chrome --> | 396 </if> <!-- _google_chrome --> |
| 384 <div class="checkbox"> | 397 <div class="checkbox"> |
| 385 <label> | 398 <label> |
| 386 <input id="do-not-track-enabled" pref="enable_do_not_track" | 399 <input id="do-not-track-enabled" pref="enable_do_not_track" |
| 387 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> | 400 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> |
| 388 <span i18n-content="doNotTrack"></span> | 401 <span i18n-content="doNotTrack"></span> |
| 389 </label> | 402 </label> |
| 390 </div> | 403 </div> |
| 391 <if expr="chromeos"> | 404 <if expr="chromeos"> |
| 392 <div class="checkbox controlled-setting-with-label"> | 405 <div class="checkbox controlled-setting-with-label"> |
| 393 <label> | 406 <label> |
| 394 <input id="content-protection-attestation-enabled" type="checkbox" | 407 <input id="content-protection-attestation-enabled" type="checkbox" |
| 395 pref="cros.device.attestation_for_content_protection_enabled"> | 408 pref="cros.device.attestation_for_content_protection_enabled"> |
| 396 <span i18n-content="enableContentProtectionAttestation"></span> | 409 <span> |
| 410 <span i18n-content="enableContentProtectionAttestation"></span> |
| 411 <span class="controlled-setting-indicator" |
| 412 pref="cros.device.attestation_for_content_protection_enabled"> |
| 413 </span> |
| 414 </span> |
| 397 </label> | 415 </label> |
| 398 <a target="_blank" i18n-content="learnMore" | 416 <a target="_blank" i18n-content="learnMore" |
| 399 i18n-values="href:contentProtectionAttestationLearnMoreURL"> | 417 i18n-values="href:contentProtectionAttestationLearnMoreURL"> |
| 400 </a> | 418 </a> |
| 401 <span class="controlled-setting-indicator" | |
| 402 pref="cros.device.attestation_for_content_protection_enabled"> | |
| 403 </span> | |
| 404 </div> | 419 </div> |
| 405 </if> | 420 </if> |
| 406 <div id="hotword-search" hidden> | 421 <div id="hotword-search" hidden> |
| 407 <div class="checkbox controlled-setting-with-label"> | 422 <div class="checkbox controlled-setting-with-label"> |
| 408 <label> | 423 <label> |
| 409 <input id="hotword-search-enable" pref="hotword.search_enabled_2" | 424 <input id="hotword-search-enable" pref="hotword.search_enabled_2" |
| 410 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> | 425 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
| 411 <span i18n-values=".innerHTML:hotwordSearchEnable"></span> | 426 <span> |
| 427 <span i18n-values=".innerHTML:hotwordSearchEnable"></span> |
| 428 <span id="hotword-search-setting-indicator" |
| 429 pref="hotword.search_enabled_2" dialog-pref></span> |
| 430 </span> |
| 412 </label> | 431 </label> |
| 413 <span id="hotword-search-setting-indicator" | |
| 414 pref="hotword.search_enabled_2" dialog-pref> | |
| 415 </span> | |
| 416 </div> | 432 </div> |
| 417 </div> | 433 </div> |
| 418 </div> | 434 </div> |
| 419 </section> | 435 </section> |
| 420 <if expr="chromeos"> | 436 <if expr="chromeos"> |
| 421 <!-- By default, the bluetooth section is hidden. It is only visible if a | 437 <!-- By default, the bluetooth section is hidden. It is only visible if a |
| 422 bluetooth adapter is discovered --> | 438 bluetooth adapter is discovered --> |
| 423 <section id="bluetooth-devices" hidden> | 439 <section id="bluetooth-devices" hidden> |
| 424 <h3 i18n-content="bluetooth"></h3> | 440 <h3 i18n-content="bluetooth"></h3> |
| 425 <div id="bluetooth-options-div"> | 441 <div id="bluetooth-options-div"> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 444 </div> | 460 </div> |
| 445 </div> | 461 </div> |
| 446 </section> | 462 </section> |
| 447 </if> <!-- chromeos --> | 463 </if> <!-- chromeos --> |
| 448 <section id="passwords-and-autofill-section"> | 464 <section id="passwords-and-autofill-section"> |
| 449 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> | 465 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> |
| 450 <div class="checkbox controlled-setting-with-label"> | 466 <div class="checkbox controlled-setting-with-label"> |
| 451 <label> | 467 <label> |
| 452 <input id="autofill-enabled" pref="autofill.enabled" | 468 <input id="autofill-enabled" pref="autofill.enabled" |
| 453 metric="Options_FormAutofill" type="checkbox"> | 469 metric="Options_FormAutofill" type="checkbox"> |
| 454 <span i18n-content="autofillEnabled"></span> | 470 <span> |
| 455 <span class="controlled-setting-indicator" pref="autofill.enabled"> | 471 <span i18n-content="autofillEnabled"></span> |
| 472 <span class="controlled-setting-indicator" pref="autofill.enabled"> |
| 473 </span> |
| 456 </span> | 474 </span> |
| 457 </label> | 475 </label> |
| 458 <button id="autofill-settings" class="link-button" | 476 <button id="autofill-settings" class="link-button" |
| 459 i18n-content="manageAutofillSettings"> | 477 i18n-content="manageAutofillSettings"> |
| 460 </button> | 478 </button> |
| 461 </div> | 479 </div> |
| 462 <div class="checkbox controlled-setting-with-label"> | 480 <div class="checkbox controlled-setting-with-label"> |
| 463 <label> | 481 <label> |
| 464 <input id="password-manager-enabled" | 482 <input id="password-manager-enabled" |
| 465 pref="profile.password_manager_enabled" | 483 pref="profile.password_manager_enabled" |
| 466 metric="Options_PasswordManager" type="checkbox"> | 484 metric="Options_PasswordManager" type="checkbox"> |
| 467 <span i18n-content="passwordManagerEnabled"></span> | 485 <span> |
| 468 <span class="controlled-setting-indicator" | 486 <span i18n-content="passwordManagerEnabled"></span> |
| 469 pref="profile.password_manager_enabled"></span> | 487 <span class="controlled-setting-indicator" |
| 488 pref="profile.password_manager_enabled"></span> |
| 470 </span> | 489 </span> |
| 471 </label> | 490 </label> |
| 472 <button id="manage-passwords" class="link-button" | 491 <button id="manage-passwords" class="link-button" |
| 473 i18n-content="managePasswords"></button> | 492 i18n-content="managePasswords"></button> |
| 474 </div> | 493 </div> |
| 475 <if expr="is_macosx"> | 494 <if expr="is_macosx"> |
| 476 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 495 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 477 </div> | 496 </div> |
| 478 </if> | 497 </if> |
| 479 </section> | 498 </section> |
| 480 <section id="easy-unlock-section" guest-visibility="hidden" hidden> | 499 <section id="easy-unlock-section" guest-visibility="hidden" hidden> |
| 481 <h3 i18n-content="easyUnlockSectionTitle"></h3> | 500 <h3 i18n-content="easyUnlockSectionTitle"></h3> |
| 482 <!-- Options shown when the user has not set up Easy Unlock --> | 501 <!-- Options shown when the user has not set up Easy Unlock --> |
| 483 <div id='easy-unlock-setup' hidden> | 502 <div id='easy-unlock-setup' hidden> |
| 484 <div class="controlled-setting-with-label"> | 503 <div class="settings-row"> |
| 485 <span i18n-content="easyUnlockSetupIntro"></span> | 504 <span i18n-content="easyUnlockSetupIntro"></span> |
| 486 <a target="_blank" i18n-content="learnMore" | 505 <a target="_blank" i18n-content="learnMore" |
| 487 i18n-values="href:easyUnlockLearnMoreURL"></a> | 506 i18n-values="href:easyUnlockLearnMoreURL"></a> |
| 488 </div> | 507 </div> |
| 489 <button id="easy-unlock-setup-button" | 508 <button id="easy-unlock-setup-button" |
| 490 i18n-content="easyUnlockSetupButton"></button> | 509 i18n-content="easyUnlockSetupButton"></button> |
| 491 </div> | 510 </div> |
| 492 <!-- Options shown when the user has set up Easy Unlock --> | 511 <!-- Options shown when the user has set up Easy Unlock --> |
| 493 <div id='easy-unlock-enable' hidden> | 512 <div id='easy-unlock-enable' hidden> |
| 494 <div class="controlled-setting-with-label"> | 513 <div class="settings-row"> |
| 495 <span i18n-content="easyUnlockDescription"></span> | 514 <span i18n-content="easyUnlockDescription"></span> |
| 496 <a target="_blank" i18n-content="learnMore" | 515 <a target="_blank" i18n-content="learnMore" |
| 497 i18n-values="href:easyUnlockLearnMoreURL"></a> | 516 i18n-values="href:easyUnlockLearnMoreURL"></a> |
| 498 </div> | 517 </div> |
| 499 <button id="easy-unlock-turn-off-button" | 518 <button id="easy-unlock-turn-off-button" |
| 500 i18n-content="easyUnlockTurnOffButton"></button> | 519 i18n-content="easyUnlockTurnOffButton"></button> |
| 501 </div> | 520 </div> |
| 502 </section> | 521 </section> |
| 503 <section id="web-content-section"> | 522 <section id="web-content-section"> |
| 504 <h3 i18n-content="advancedSectionTitleContent"></h3> | 523 <h3 i18n-content="advancedSectionTitleContent"></h3> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 i18n-values="href:languagesLearnMoreURL"></a> | 584 i18n-values="href:languagesLearnMoreURL"></a> |
| 566 </div> | 585 </div> |
| 567 <div class="settings-row"> | 586 <div class="settings-row"> |
| 568 <button id="language-button" | 587 <button id="language-button" |
| 569 i18n-content="languageAndSpellCheckSettingsButton"></button> | 588 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 570 </div> | 589 </div> |
| 571 <div class="checkbox controlled-setting-with-label"> | 590 <div class="checkbox controlled-setting-with-label"> |
| 572 <label> | 591 <label> |
| 573 <input pref="translate.enabled" | 592 <input pref="translate.enabled" |
| 574 metric="Options_Translate" type="checkbox"> | 593 metric="Options_Translate" type="checkbox"> |
| 575 <span i18n-content="translateEnableTranslate"></span> | 594 <span> |
| 595 <span i18n-content="translateEnableTranslate"></span> |
| 596 <span class="controlled-setting-indicator" pref="translate.enabled"> |
| 597 </span> |
| 598 </span> |
| 576 </label> | 599 </label> |
| 577 <span class="controlled-setting-indicator" pref="translate.enabled"> | |
| 578 </span> | |
| 579 <button id="manage-languages" class="link-button" | 600 <button id="manage-languages" class="link-button" |
| 580 i18n-content="manageLanguages"></button> | 601 i18n-content="manageLanguages"></button> |
| 581 </div> | 602 </div> |
| 582 </section> | 603 </section> |
| 583 <section id="downloads-section"> | 604 <section id="downloads-section"> |
| 584 <h3 i18n-content="downloadLocationGroupName"></h3> | 605 <h3 i18n-content="downloadLocationGroupName"></h3> |
| 585 <div> | 606 <div> |
| 586 <div class="settings-row"> | 607 <div class="settings-row"> |
| 587 <label> | 608 <label> |
| 588 <span id="download-location-label" | 609 <span id="download-location-label" |
| 589 i18n-content="downloadLocationBrowseTitle"> | 610 i18n-content="downloadLocationBrowseTitle"> |
| 590 </span> | 611 </span> |
| 591 <input id="downloadLocationPath" class="weakrtl" type="text" | 612 <input id="downloadLocationPath" class="weakrtl" type="text" |
| 592 size="36" readonly> | 613 size="36" readonly> |
| 593 </label> | 614 </label> |
| 594 <button id="downloadLocationChangeButton" | 615 <button id="downloadLocationChangeButton" |
| 595 i18n-content="downloadLocationChangeButton"> | 616 i18n-content="downloadLocationChangeButton"> |
| 596 </button> | 617 </button> |
| 597 <span class="controlled-setting-indicator" | 618 <span class="controlled-setting-indicator" |
| 598 pref="download.default_directory"> | 619 pref="download.default_directory"> |
| 599 </span> | 620 </span> |
| 600 </div> | 621 </div> |
| 601 <div class="checkbox controlled-setting-with-label"> | 622 <div class="checkbox controlled-setting-with-label"> |
| 602 <label> | 623 <label> |
| 603 <input type="checkbox" | 624 <input type="checkbox" |
| 604 pref="download.prompt_for_download" | 625 pref="download.prompt_for_download" |
| 605 metric="Options_AskForSaveLocation"> | 626 metric="Options_AskForSaveLocation"> |
| 606 <span i18n-content="downloadLocationAskForSaveLocation"></span> | 627 <span> |
| 628 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
| 629 <span class="controlled-setting-indicator" |
| 630 pref="download.prompt_for_download"></span> |
| 631 </span> |
| 607 </label> | 632 </label> |
| 608 <span class="controlled-setting-indicator" | |
| 609 pref="download.prompt_for_download"></span> | |
| 610 </div> | 633 </div> |
| 611 <if expr="chromeos"> | 634 <if expr="chromeos"> |
| 612 <div class="checkbox controlled-setting-with-label" | 635 <div class="checkbox controlled-setting-with-label" |
| 613 id="disable-drive-row" guest-visibility="disabled"> | 636 id="disable-drive-row" guest-visibility="disabled"> |
| 614 <label> | 637 <label> |
| 615 <input type="checkbox" | 638 <input type="checkbox" |
| 616 pref="gdata.disabled" | 639 pref="gdata.disabled" |
| 617 metric="Options_DisableGData"> | 640 metric="Options_DisableGData"> |
| 618 <span i18n-content="disableGData"></span> | 641 <span> |
| 642 <span i18n-content="disableGData"></span> |
| 643 <span class="controlled-setting-indicator" pref="gdata.disabled"> |
| 644 </span> |
| 645 </span> |
| 619 </label> | 646 </label> |
| 620 <span class="controlled-setting-indicator" pref="gdata.disabled"> | |
| 621 </span> | |
| 622 </div> | 647 </div> |
| 623 </if> | 648 </if> |
| 624 <div id="auto-open-file-types-section" hidden> | 649 <div id="auto-open-file-types-section" hidden> |
| 625 <div id="auto-open-file-types-container"> | 650 <div id="auto-open-file-types-container"> |
| 626 <div id="auto-open-file-types-label" class="settings-row" | 651 <div id="auto-open-file-types-label" class="settings-row" |
| 627 i18n-content="autoOpenFileTypesInfo"></div> | 652 i18n-content="autoOpenFileTypesInfo"></div> |
| 628 <div class="settings-row"> | 653 <div class="settings-row"> |
| 629 <button id="autoOpenFileTypesResetToDefault" | 654 <button id="autoOpenFileTypesResetToDefault" |
| 630 i18n-content="autoOpenFileTypesResetToDefault"></button> | 655 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 631 </div> | 656 </div> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 649 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 674 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 650 <div class="settings-row"> | 675 <div class="settings-row"> |
| 651 <span i18n-content="cloudPrintOptionLabel"></span> | 676 <span i18n-content="cloudPrintOptionLabel"></span> |
| 652 <a target="_blank" i18n-content="learnMore" | 677 <a target="_blank" i18n-content="learnMore" |
| 653 i18n-values="href:cloudPrintLearnMoreURL"></a> | 678 i18n-values="href:cloudPrintLearnMoreURL"></a> |
| 654 </div> | 679 </div> |
| 655 <button id="cloudPrintDevicesPageButton" | 680 <button id="cloudPrintDevicesPageButton" |
| 656 i18n-content="cloudPrintDevicesPageButton"> | 681 i18n-content="cloudPrintDevicesPageButton"> |
| 657 </button> | 682 </button> |
| 658 | 683 |
| 659 <div class="checkbox controlled-setting-with-label" | 684 <div class="settings-row checkbox controlled-setting-with-label" |
| 660 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> | 685 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> |
| 661 <label> | 686 <label> |
| 662 <input id="local-discovery-notifications-enabled" | 687 <input id="local-discovery-notifications-enabled" |
| 663 pref="local_discovery.notifications_enabled" | 688 pref="local_discovery.notifications_enabled" |
| 664 type="checkbox" | 689 type="checkbox" |
| 665 metric="LocalDiscoveryNotificationsDisabled_Settings"> | 690 metric="LocalDiscoveryNotificationsDisabled_Settings"> |
| 666 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> | 691 <span> |
| 692 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> |
| 693 <span class="controlled-setting-indicator" |
| 694 pref="local_discovery.notifications_enabled"></span> |
| 695 </span> |
| 667 </label> | 696 </label> |
| 668 <span class="controlled-setting-indicator" | |
| 669 pref="local_discovery.notifications_enabled"></span> | |
| 670 </div> | 697 </div> |
| 671 </section> | 698 </section> |
| 672 </if> | 699 </if> |
| 673 | 700 |
| 674 <if expr="chromeos"> | 701 <if expr="chromeos"> |
| 675 <include src="startup_section.html"> | 702 <include src="startup_section.html"> |
| 676 <section> | 703 <section> |
| 677 <h3 i18n-content="accessibilityTitle"></h3> | 704 <h3 i18n-content="accessibilityTitle"></h3> |
| 678 <div class="option-control-table"> | 705 <div class="option-control-table"> |
| 679 <p id="accessibility-explanation" class="settings-row"> | 706 <p id="accessibility-explanation" class="settings-row"> |
| 680 <span i18n-content="accessibilityExplanation"></span> | 707 <span i18n-content="accessibilityExplanation"></span> |
| 681 <a id="accessibility-learn-more" target="_blank" | 708 <a id="accessibility-learn-more" target="_blank" |
| 682 i18n-content="learnMore"></a> | 709 i18n-content="learnMore"></a> |
| 683 </p> | 710 </p> |
| 684 <div class="option-name"> | 711 <div class="option-name"> |
| 685 <div class="checkbox controlled-setting-with-label"> | 712 <div class="checkbox controlled-setting-with-label"> |
| 686 <label> | 713 <label> |
| 687 <input | 714 <input |
| 688 pref="settings.a11y.enable_menu" type="checkbox" | 715 pref="settings.a11y.enable_menu" type="checkbox" |
| 689 metric="Options_AccessibilitySystemMenu"> | 716 metric="Options_AccessibilitySystemMenu"> |
| 690 <span i18n-content="accessibilityAlwaysShowMenu"></span> | 717 <span> |
| 718 <span i18n-content="accessibilityAlwaysShowMenu"></span> |
| 719 <span class="controlled-setting-indicator" |
| 720 pref="settings.a11y.enable_menu"></span> |
| 721 </span> |
| 691 </label> | 722 </label> |
| 692 <span class="controlled-setting-indicator" | |
| 693 pref="settings.a11y.enable_menu"></span> | |
| 694 </div> | 723 </div> |
| 695 </div> | 724 </div> |
| 696 <div class="option-name"> | 725 <div class="option-name"> |
| 697 <div class="checkbox controlled-setting-with-label"> | 726 <div class="checkbox controlled-setting-with-label"> |
| 698 <label> | 727 <label> |
| 699 <input | 728 <input |
| 700 pref="settings.a11y.large_cursor_enabled" type="checkbox" | 729 pref="settings.a11y.large_cursor_enabled" type="checkbox" |
| 701 metric="Options_AccessibilityLargeMouseCursor"> | 730 metric="Options_AccessibilityLargeMouseCursor"> |
| 702 <span i18n-content="accessibilityLargeCursor"></span> | 731 <span> |
| 732 <span i18n-content="accessibilityLargeCursor"></span> |
| 733 <span class="controlled-setting-indicator" |
| 734 pref="settings.a11y.large_cursor_enabled"></span> |
| 735 </span> |
| 703 </label> | 736 </label> |
| 704 <span class="controlled-setting-indicator" | |
| 705 pref="settings.a11y.large_cursor_enabled"></span> | |
| 706 </div> | 737 </div> |
| 707 </div> | 738 </div> |
| 708 <div class="option-name"> | 739 <div class="option-name"> |
| 709 <div class="checkbox controlled-setting-with-label"> | 740 <div class="checkbox controlled-setting-with-label"> |
| 710 <label> | 741 <label> |
| 711 <input id="accessibility-high-contrast-check" | 742 <input id="accessibility-high-contrast-check" |
| 712 pref="settings.a11y.high_contrast_enabled" type="checkbox" | 743 pref="settings.a11y.high_contrast_enabled" type="checkbox" |
| 713 metric="Options_AccessibilityHighContrastMode"> | 744 metric="Options_AccessibilityHighContrastMode"> |
| 714 <span i18n-content="accessibilityHighContrast"></span> | 745 <span> |
| 746 <span i18n-content="accessibilityHighContrast"></span> |
| 747 <span class="controlled-setting-indicator" |
| 748 pref="settings.a11y.high_contrast_enabled"></span> |
| 749 </span> |
| 715 </label> | 750 </label> |
| 716 <span class="controlled-setting-indicator" | |
| 717 pref="settings.a11y.high_contrast_enabled"> | |
| 718 </span> | |
| 719 </div> | 751 </div> |
| 720 </div> | 752 </div> |
| 721 <div id="accessibility-sticky-keys" class="option-name"> | 753 <div id="accessibility-sticky-keys" class="option-name"> |
| 722 <div class="checkbox controlled-setting-with-label"> | 754 <div class="checkbox controlled-setting-with-label"> |
| 723 <label> | 755 <label> |
| 724 <input id="accessibility-sticky-keys-check" | 756 <input id="accessibility-sticky-keys-check" |
| 725 pref="settings.a11y.sticky_keys_enabled" type="checkbox" | 757 pref="settings.a11y.sticky_keys_enabled" type="checkbox" |
| 726 metric="Options_AccessibilityStickyKeys"> | 758 metric="Options_AccessibilityStickyKeys"> |
| 727 <span i18n-content="accessibilityStickyKeys"></span> | 759 <span> |
| 760 <span i18n-content="accessibilityStickyKeys"></span> |
| 761 <span class="controlled-setting-indicator" |
| 762 pref="settings.a11y.sticky_keys_enabled"></span> |
| 763 </span> |
| 728 </label> | 764 </label> |
| 729 <span class="controlled-setting-indicator" | |
| 730 pref="settings.a11y.sticky_keys_enabled"></span> | |
| 731 </span> | |
| 732 </div> | 765 </div> |
| 733 </div> | 766 </div> |
| 734 <div class="option-name"> | 767 <div class="option-name"> |
| 735 <div class="checkbox controlled-setting-with-label"> | 768 <div class="checkbox controlled-setting-with-label"> |
| 736 <label> | 769 <label> |
| 737 <input id="accessibility-spoken-feedback-check" | 770 <input id="accessibility-spoken-feedback-check" |
| 738 pref="settings.accessibility" type="checkbox" | 771 pref="settings.accessibility" type="checkbox" |
| 739 metric="Options_AccessibilitySpokenFeedback"> | 772 metric="Options_AccessibilitySpokenFeedback"> |
| 740 <span i18n-content="accessibilitySpokenFeedback"></span> | 773 <span> |
| 774 <span i18n-content="accessibilitySpokenFeedback"></span> |
| 775 <span class="controlled-setting-indicator" |
| 776 pref="settings.accessibility"></span> |
| 777 </span> |
| 741 </label> | 778 </label> |
| 742 <span class="controlled-setting-indicator" | |
| 743 pref="settings.accessibility"> | |
| 744 </span> | |
| 745 <div id="accessibility-settings" hidden> | 779 <div id="accessibility-settings" hidden> |
| 746 <button id="accessibility-settings-button" | 780 <button id="accessibility-settings-button" |
| 747 i18n-content="accessibilitySettings"></button> | 781 i18n-content="accessibilitySettings"></button> |
| 748 </div> | 782 </div> |
| 749 </div> | 783 </div> |
| 750 </div> | 784 </div> |
| 751 <div class="option-name"> | 785 <div class="option-name"> |
| 752 <div class="checkbox controlled-setting-with-label"> | 786 <div class="checkbox controlled-setting-with-label"> |
| 787 <label> |
| 753 <input | 788 <input |
| 754 pref="settings.a11y.screen_magnifier" type="checkbox" | 789 pref="settings.a11y.screen_magnifier" type="checkbox" |
| 755 metric="Options_AccessibilityScreenMagnifier"> | 790 metric="Options_AccessibilityScreenMagnifier"> |
| 756 <span i18n-content="accessibilityScreenMagnifier"></span> | 791 <span> |
| 792 <span i18n-content="accessibilityScreenMagnifier"></span> |
| 793 <span class="controlled-setting-indicator" |
| 794 pref="settings.a11y.screen_magnifier"></span> |
| 795 </span> |
| 757 </label> | 796 </label> |
| 758 <span class="controlled-setting-indicator" | |
| 759 pref="settings.a11y.screen_magnifier"></span> | |
| 760 </div> | 797 </div> |
| 761 </div> | 798 </div> |
| 762 <div class="option-name" id="accessibility-tap-dragging"> | 799 <div class="option-name" id="accessibility-tap-dragging"> |
| 763 <div class="checkbox"> | 800 <div class="checkbox"> |
| 764 <label> | 801 <label> |
| 765 <input id="accessibility-tap-dragging-check" | 802 <input id="accessibility-tap-dragging-check" |
| 766 pref="settings.touchpad.enable_tap_dragging" type="checkbox" | 803 pref="settings.touchpad.enable_tap_dragging" type="checkbox" |
| 767 metric="Options_AccessibilityTapDragging"> | 804 metric="Options_AccessibilityTapDragging"> |
| 768 <span i18n-content="accessibilityTapDragging"></span> | 805 <span i18n-content="accessibilityTapDragging"></span> |
| 769 </label> | 806 </label> |
| 770 </div> | 807 </div> |
| 771 </div> | 808 </div> |
| 772 <div class="option-name" id="accessibility-autoclick"> | 809 <div class="option-name" id="accessibility-autoclick"> |
| 773 <div class="checkbox controlled-setting-with-label"> | 810 <div class="checkbox controlled-setting-with-label"> |
| 774 <label> | 811 <label> |
| 775 <input id="accessibility-autoclick-check" | 812 <input id="accessibility-autoclick-check" |
| 776 pref="settings.a11y.autoclick" type="checkbox"> | 813 pref="settings.a11y.autoclick" type="checkbox"> |
| 777 <span i18n-content="accessibilityAutoclick"></span> | 814 <span> |
| 815 <span i18n-content="accessibilityAutoclick"></span> |
| 816 <span class="controlled-setting-indicator" |
| 817 pref="settings.a11y.autoclick"></span> |
| 818 </span> |
| 778 </label> | 819 </label> |
| 779 <span class="controlled-setting-indicator" | |
| 780 pref="settings.a11y.autoclick"></span> | |
| 781 </div> | 820 </div> |
| 782 <div class="checkbox"> | 821 <div class="checkbox"> |
| 783 <!-- No whitespace between elements. --> | 822 <!-- No whitespace between elements. --> |
| 784 <input type="checkbox" class="spacer-checkbox"><span | 823 <input type="checkbox" class="spacer-checkbox"><span |
| 785 id="accessibility-autoclick-label" | 824 id="accessibility-autoclick-label" |
| 786 i18n-content="accessibilityAutoclickDropdown"> | 825 i18n-content="accessibilityAutoclickDropdown"> |
| 787 </span><select id="accessibility-autoclick-dropdown" class="control" | 826 </span><select id="accessibility-autoclick-dropdown" class="control" |
| 788 data-type="number" | 827 data-type="number" |
| 789 aria-labelledby="accessibility-autoclick-label" | 828 aria-labelledby="accessibility-autoclick-label" |
| 790 pref="settings.a11y.autoclick_delay_ms"> | 829 pref="settings.a11y.autoclick_delay_ms"> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 801 </select> | 840 </select> |
| 802 <span class="controlled-setting-indicator" | 841 <span class="controlled-setting-indicator" |
| 803 pref="settings.a11y.autoclick_delay_ms"></span> | 842 pref="settings.a11y.autoclick_delay_ms"></span> |
| 804 </div> | 843 </div> |
| 805 </div> | 844 </div> |
| 806 <div class="option_name" id="accessibility_onscreen_keyboard"> | 845 <div class="option_name" id="accessibility_onscreen_keyboard"> |
| 807 <div class="checkbox controlled-setting-with-label"> | 846 <div class="checkbox controlled-setting-with-label"> |
| 808 <label> | 847 <label> |
| 809 <input pref="settings.a11y.virtual_keyboard" type="checkbox" | 848 <input pref="settings.a11y.virtual_keyboard" type="checkbox" |
| 810 metric="Options_AccessibilityOnScreenKeyboard"> | 849 metric="Options_AccessibilityOnScreenKeyboard"> |
| 811 <span i18n-content="accessibilityVirtualKeyboard"></span> | 850 <span> |
| 851 <span i18n-content="accessibilityVirtualKeyboard"></span> |
| 852 <span class="controlled-setting-indicator" |
| 853 pref="settings.a11y.virtual_keyboard"></span> |
| 854 </span> |
| 812 </label> | 855 </label> |
| 813 <span class="controlled-setting-indicator" | |
| 814 pref="settings.a11y.virtual_keyboard"> | |
| 815 </span> | |
| 816 </div> | 856 </div> |
| 817 </div> | 857 </div> |
| 818 </section> | 858 </section> |
| 819 <if expr="chromeos"> | 859 <if expr="chromeos"> |
| 820 <section id="factory-reset-section" hidden> | 860 <section id="factory-reset-section" hidden> |
| 821 <h3 i18n-content="factoryResetTitle"></h3> | 861 <h3 i18n-content="factoryResetTitle"></h3> |
| 822 <div> | 862 <div> |
| 823 <span class="settings-row" i18n-content="factoryResetDescription"> | 863 <span class="settings-row" i18n-content="factoryResetDescription"> |
| 824 </span> | 864 </span> |
| 825 <button id="factory-reset-restart" | 865 <button id="factory-reset-restart" |
| 826 i18n-content="factoryResetRestart"> | 866 i18n-content="factoryResetRestart"> |
| 827 </button> | 867 </button> |
| 828 </div> | 868 </div> |
| 829 </section> | 869 </section> |
| 830 </if> | 870 </if> |
| 831 </if> | 871 </if> |
| 832 <if expr="not chromeos"> | 872 <if expr="not chromeos"> |
| 833 <section id="system-section"> | 873 <section id="system-section"> |
| 834 <h3 i18n-content="advancedSectionTitleSystem"></h3> | 874 <h3 i18n-content="advancedSectionTitleSystem"></h3> |
| 835 <if expr="not is_macosx"> | 875 <if expr="not is_macosx"> |
| 836 <div class="checkbox controlled-setting-with-label"> | 876 <div class="checkbox controlled-setting-with-label"> |
| 837 <label> | 877 <label> |
| 838 <input pref="background_mode.enabled" | 878 <input pref="background_mode.enabled" |
| 839 type="checkbox"> | 879 type="checkbox"> |
| 840 <span i18n-content="backgroundModeCheckbox"></span> | 880 <span> |
| 881 <span i18n-content="backgroundModeCheckbox"></span> |
| 882 <span class="controlled-setting-indicator" |
| 883 pref="background_mode.enabled"></span> |
| 884 </span> |
| 841 </label> | 885 </label> |
| 842 <span class="controlled-setting-indicator" | |
| 843 pref="background_mode.enabled"></span> | |
| 844 </div> | 886 </div> |
| 845 </if> | 887 </if> |
| 846 <div class="checkbox controlled-setting-with-label"> | 888 <div class="checkbox controlled-setting-with-label"> |
| 847 <label> | 889 <label> |
| 848 <input id="gpu-mode-checkbox" | 890 <input id="gpu-mode-checkbox" |
| 849 pref="hardware_acceleration_mode.enabled" type="checkbox"> | 891 pref="hardware_acceleration_mode.enabled" type="checkbox"> |
| 850 <span i18n-content="gpuModeCheckbox"> | 892 <span i18n-content="gpuModeCheckbox"> |
| 851 </label> | 893 </label> |
| 852 <span id="gpu-mode-reset-restart" | 894 <span id="gpu-mode-reset-restart" |
| 853 i18n-values=".innerHTML:gpuModeResetRestart"></span> | 895 i18n-values=".innerHTML:gpuModeResetRestart"></span> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 869 <button id="advanced-settings-expander" class="link-button" | 911 <button id="advanced-settings-expander" class="link-button" |
| 870 i18n-content="showAdvancedSettings"> | 912 i18n-content="showAdvancedSettings"> |
| 871 </button> | 913 </button> |
| 872 <if expr="chromeos"> | 914 <if expr="chromeos"> |
| 873 <button id="version-button" class="link-button" hidden | 915 <button id="version-button" class="link-button" hidden |
| 874 i18n-content="browserVersion"> | 916 i18n-content="browserVersion"> |
| 875 </button> | 917 </button> |
| 876 </if> | 918 </if> |
| 877 </footer> | 919 </footer> |
| 878 </div> | 920 </div> |
| OLD | NEW |