Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: chrome/browser/resources/options2/browser_options.html

Issue 10201014: Implement High Contrast mode for Chrome OS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove extra define guard Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 <h3 i18n-content="accessibilityTitle"></h3> 482 <h3 i18n-content="accessibilityTitle"></h3>
483 <div class="option-control-table"> 483 <div class="option-control-table">
484 <div class="option-name"> 484 <div class="option-name">
485 <div class="checkbox"> 485 <div class="checkbox">
486 <label> 486 <label>
487 <input id="accessibility-spoken-feedback-check" type="checkbox"> 487 <input id="accessibility-spoken-feedback-check" type="checkbox">
488 <span i18n-content="accessibilitySpokenFeedback"></span> 488 <span i18n-content="accessibilitySpokenFeedback"></span>
489 </label> 489 </label>
490 </div> 490 </div>
491 </div> 491 </div>
492 <div class="option-name">
493 <div class="checkbox">
494 <label>
495 <input id="accessibility-high-contrast-check" type="checkbox">
496 <span i18n-content="accessibilityHighContrast"></span>
497 </label>
498 </div>
499 </div>
492 </div> 500 </div>
493 </section> 501 </section>
494 </if> 502 </if>
495 <if expr="not is_macosx and not pp_ifdef('chromeos')"> 503 <if expr="not is_macosx and not pp_ifdef('chromeos')">
496 <section id="background-section"> 504 <section id="background-section">
497 <h3 i18n-content="advancedSectionTitleBackground"></h3> 505 <h3 i18n-content="advancedSectionTitleBackground"></h3>
498 <div class="checkbox"> 506 <div class="checkbox">
499 <label> 507 <label>
500 <input id="backgroundModeCheckbox" type="checkbox"> 508 <input id="backgroundModeCheckbox" type="checkbox">
501 <span i18n-content="backgroundModeCheckbox"></span> 509 <span i18n-content="backgroundModeCheckbox"></span>
502 </label> 510 </label>
503 </div> 511 </div>
504 </section> 512 </section>
505 </if> 513 </if>
506 </div> <!-- advanced-settings-container --> 514 </div> <!-- advanced-settings-container -->
507 </div> <!-- advanced-settings --> 515 </div> <!-- advanced-settings -->
508 <footer> 516 <footer>
509 <button id="advanced-settings-expander" class="link-button" 517 <button id="advanced-settings-expander" class="link-button"
510 i18n-content="showAdvancedSettings"> 518 i18n-content="showAdvancedSettings">
511 </button> 519 </button>
512 </footer> 520 </footer>
513 </div> 521 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/accessibility/accessibility_util.cc ('k') | chrome/browser/resources/options2/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698