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

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

Issue 11642014: Re-introduce the partial magnifier (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the build failure on win_aura Created 7 years, 11 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 </label> 630 </label>
631 </div> 631 </div>
632 </div> 632 </div>
633 <div class="option-name"> 633 <div class="option-name">
634 <div class="checkbox"> 634 <div class="checkbox">
635 <label> 635 <label>
636 <input id="accessibility-screen-magnifier-check" 636 <input id="accessibility-screen-magnifier-check"
637 pref="settings.a11y.screen_magnifier" type="checkbox"> 637 pref="settings.a11y.screen_magnifier" type="checkbox">
638 <span i18n-content="accessibilityScreenMagnifier"></span> 638 <span i18n-content="accessibilityScreenMagnifier"></span>
639 </label> 639 </label>
640 <select id="accessibility-screen-magnifier-type-select"
641 class="control" i18n-options="magnifierList" data-type="number"
642 pref="settings.a11y.screen_magnifier_type2">
643 </select>
640 </div> 644 </div>
641 </div> 645 </div>
642 <div class="option-name" id="accessibility-tap-dragging"> 646 <div class="option-name" id="accessibility-tap-dragging">
643 <div class="checkbox"> 647 <div class="checkbox">
644 <label> 648 <label>
645 <input id="accessibility-tap-dragging-check" 649 <input id="accessibility-tap-dragging-check"
646 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> 650 pref="settings.touchpad.enable_tap_dragging" type="checkbox">
647 <span i18n-content="accessibilityTapDragging"></span> 651 <span i18n-content="accessibilityTapDragging"></span>
648 </label> 652 </label>
649 </div> 653 </div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 </section> 686 </section>
683 </if> 687 </if>
684 </div> <!-- advanced-settings-container --> 688 </div> <!-- advanced-settings-container -->
685 </div> <!-- advanced-settings --> 689 </div> <!-- advanced-settings -->
686 <footer> 690 <footer>
687 <button id="advanced-settings-expander" class="link-button" 691 <button id="advanced-settings-expander" class="link-button"
688 i18n-content="showAdvancedSettings"> 692 i18n-content="showAdvancedSettings">
689 </button> 693 </button>
690 </footer> 694 </footer>
691 </div> 695 </div>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/system/tray_accessibility_browsertest.cc ('k') | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698