| 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 <span id="browser-options-search-field-container" | 4 <span id="browser-options-search-field-container" |
| 5 class="search-field-container"> | 5 class="search-field-container"> |
| 6 <input id="search-field" type="search" | 6 <input id="search-field" type="search" |
| 7 i18n-values="placeholder:searchPlaceholder; | 7 i18n-values="placeholder:searchPlaceholder; |
| 8 aria-label:searchPlaceholder" incremental> | 8 aria-label:searchPlaceholder" incremental> |
| 9 </span> | 9 </span> |
| 10 </header> | 10 </header> |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 <span i18n-content="networkPredictionEnabledDescription"></span> | 337 <span i18n-content="networkPredictionEnabledDescription"></span> |
| 338 </label> | 338 </label> |
| 339 </div> | 339 </div> |
| 340 <div class="checkbox"> | 340 <div class="checkbox"> |
| 341 <label> | 341 <label> |
| 342 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" | 342 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" |
| 343 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 343 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
| 344 <span i18n-content="safeBrowsingEnableProtection"></span> | 344 <span i18n-content="safeBrowsingEnableProtection"></span> |
| 345 </label> | 345 </label> |
| 346 </div> | 346 </div> |
| 347 <if expr="pp_ifdef('_google_chrome')"> |
| 348 <div class="checkbox"> |
| 349 <label> |
| 350 <input id="spellingServiceEnabled" |
| 351 pref="spellcheck.use_spelling_service" |
| 352 metric="Options_UseSpellingServiceCheckbox" type="checkbox"> |
| 353 <span i18n-content="spellingPref"></span> |
| 354 </label> |
| 355 </div> |
| 356 </if> |
| 347 <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')"> | 357 <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')"> |
| 348 <div id="metricsReportingSetting" class="checkbox"> | 358 <div id="metricsReportingSetting" class="checkbox"> |
| 349 <label> | 359 <label> |
| 350 <input id="metricsReportingEnabled" | 360 <input id="metricsReportingEnabled" |
| 351 pref="cros.metrics.reportingEnabled" type="checkbox"> | 361 pref="cros.metrics.reportingEnabled" type="checkbox"> |
| 352 <span id="metricsReportingEnabledText" | 362 <span id="metricsReportingEnabledText" |
| 353 i18n-content="enableLogging"> | 363 i18n-content="enableLogging"> |
| 354 </span> | 364 </span> |
| 355 </label> | 365 </label> |
| 356 </div> | 366 </div> |
| 357 </if> | 367 </if> |
| 358 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> | 368 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> |
| 359 <div id="metricsReportingSetting" class="checkbox"> | 369 <div id="metricsReportingSetting" class="checkbox"> |
| 360 <label> | 370 <label> |
| 361 <input id="metricsReportingEnabled" type="checkbox"> | 371 <input id="metricsReportingEnabled" type="checkbox"> |
| 362 <span i18n-content="enableLogging"></span> | 372 <span i18n-content="enableLogging"></span> |
| 363 </label> | 373 </label> |
| 364 </div> | 374 </div> |
| 365 </if> | 375 </if> |
| 366 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> | |
| 367 <div class="checkbox"> | |
| 368 <label> | |
| 369 <input id="spellingServiceEnabled" | |
| 370 pref="spellcheck.use_spelling_service" | |
| 371 metric="Options_UseSpellingServiceCheckbox" type="checkbox"> | |
| 372 <span i18n-content="spellingPref"></span> | |
| 373 </label> | |
| 374 </div> | |
| 375 </if> | |
| 376 </div> | 376 </div> |
| 377 </section> | 377 </section> |
| 378 <!-- By default, the bluetooth section is hidden. It is only | 378 <!-- By default, the bluetooth section is hidden. It is only |
| 379 visible if the command line flag 'enable_bluetooth' is set | 379 visible if the command line flag 'enable_bluetooth' is set |
| 380 and a bluetooth adapter is discovered or emmulating ChromeOS. --> | 380 and a bluetooth adapter is discovered or emmulating ChromeOS. --> |
| 381 <if expr="pp_ifdef('chromeos')"> | 381 <if expr="pp_ifdef('chromeos')"> |
| 382 <section id="bluetooth-devices" hidden> | 382 <section id="bluetooth-devices" hidden> |
| 383 <h3 i18n-content="bluetooth"></h3> | 383 <h3 i18n-content="bluetooth"></h3> |
| 384 <div id="bluetooth-options-div"> | 384 <div id="bluetooth-options-div"> |
| 385 <div class="checkbox"> | 385 <div class="checkbox"> |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 </section> | 649 </section> |
| 650 </if> | 650 </if> |
| 651 </div> <!-- advanced-settings-container --> | 651 </div> <!-- advanced-settings-container --> |
| 652 </div> <!-- advanced-settings --> | 652 </div> <!-- advanced-settings --> |
| 653 <footer> | 653 <footer> |
| 654 <button id="advanced-settings-expander" class="link-button" | 654 <button id="advanced-settings-expander" class="link-button" |
| 655 i18n-content="showAdvancedSettings"> | 655 i18n-content="showAdvancedSettings"> |
| 656 </button> | 656 </button> |
| 657 </footer> | 657 </footer> |
| 658 </div> | 658 </div> |
| OLD | NEW |