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

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: compile fix Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/browser_options.html
===================================================================
--- chrome/browser/resources/options2/browser_options.html (revision 117915)
+++ chrome/browser/resources/options2/browser_options.html (working copy)
@@ -106,7 +106,40 @@
</if>
</div>
</section>
+<if expr="pp_ifdef('chromeos')">
<section>
+ <h3 i18n-content="deviceGroupName"></h3>
+ <div class="option-control-table">
+ <span class="option-name" i18n-content="deviceGroupPointer"></span>
+ <div id="pointer-value">
+ <div id="slider-control">
+ <input id="sensitivity-range" type="range" min="1" max="5"
+ pref="settings.touchpad.sensitivity2" class="touch-slider">
+ <div>
+ <span i18n-content="pointerSensitivityLess"></span>
+ <span id="pointer-sensitivity-more"
+ i18n-content="pointerSensitivityMore"></span>
+ </div>
+ </div>
+ </div>
+ <button id="pointer-settings-button"
+ i18n-content="pointerSettingsButtonTitle"></button>
+ </div>
+ <div>
+ <span i18n-content="deviceGroupKeyboard"></span>
+ <button id="keyboard-settings-button"
+ i18n-content="keyboardSettingsButtonTitle"></button>
+ </div>
+ <div id="brightness-value">
+ <span i18n-content="deviceGroupBrightness"></span>
+ <button id="brightness-decrease-button"
+ i18n-content="brightnessDecrease"></button>
+ <button id="brightness-increase-button"
+ i18n-content="brightnessIncrease"></button>
+ </div>
+ </section>
+</if>
+ <section>
<h3 i18n-content="defaultSearchGroupName"></h3>
<div id="defaultSearchEngineGroup">
<div id="defaultSearchGroupLabel"
« no previous file with comments | « chrome/browser/resources/options2/browser_options.css ('k') | chrome/browser/resources/options2/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698