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

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

Issue 11821053: Revert 176087 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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>
644 </div> 640 </div>
645 </div> 641 </div>
646 <div class="option-name" id="accessibility-tap-dragging"> 642 <div class="option-name" id="accessibility-tap-dragging">
647 <div class="checkbox"> 643 <div class="checkbox">
648 <label> 644 <label>
649 <input id="accessibility-tap-dragging-check" 645 <input id="accessibility-tap-dragging-check"
650 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> 646 pref="settings.touchpad.enable_tap_dragging" type="checkbox">
651 <span i18n-content="accessibilityTapDragging"></span> 647 <span i18n-content="accessibilityTapDragging"></span>
652 </label> 648 </label>
653 </div> 649 </div>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 </section> 682 </section>
687 </if> 683 </if>
688 </div> <!-- advanced-settings-container --> 684 </div> <!-- advanced-settings-container -->
689 </div> <!-- advanced-settings --> 685 </div> <!-- advanced-settings -->
690 <footer> 686 <footer>
691 <button id="advanced-settings-expander" class="link-button" 687 <button id="advanced-settings-expander" class="link-button"
692 i18n-content="showAdvancedSettings"> 688 i18n-content="showAdvancedSettings">
693 </button> 689 </button>
694 </footer> 690 </footer>
695 </div> 691 </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