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

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

Issue 10407089: Revert 138212 - Implement High Contrast mode for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
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>
500 </div> 492 </div>
501 </section> 493 </section>
502 </if> 494 </if>
503 <if expr="not is_macosx and not pp_ifdef('chromeos')"> 495 <if expr="not is_macosx and not pp_ifdef('chromeos')">
504 <section id="background-section"> 496 <section id="background-section">
505 <h3 i18n-content="advancedSectionTitleBackground"></h3> 497 <h3 i18n-content="advancedSectionTitleBackground"></h3>
506 <div class="checkbox"> 498 <div class="checkbox">
507 <label> 499 <label>
508 <input id="backgroundModeCheckbox" type="checkbox"> 500 <input id="backgroundModeCheckbox" type="checkbox">
509 <span i18n-content="backgroundModeCheckbox"></span> 501 <span i18n-content="backgroundModeCheckbox"></span>
510 </label> 502 </label>
511 </div> 503 </div>
512 </section> 504 </section>
513 </if> 505 </if>
514 </div> <!-- advanced-settings-container --> 506 </div> <!-- advanced-settings-container -->
515 </div> <!-- advanced-settings --> 507 </div> <!-- advanced-settings -->
516 <footer> 508 <footer>
517 <button id="advanced-settings-expander" class="link-button" 509 <button id="advanced-settings-expander" class="link-button"
518 i18n-content="showAdvancedSettings"> 510 i18n-content="showAdvancedSettings">
519 </button> 511 </button>
520 </footer> 512 </footer>
521 </div> 513 </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