diff options
Diffstat (limited to 'chrome/browser/resources/options/chromeos/system_options.html')
-rw-r--r-- | chrome/browser/resources/options/chromeos/system_options.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/chrome/browser/resources/options/chromeos/system_options.html b/chrome/browser/resources/options/chromeos/system_options.html index 98c36f3..add9e28 100644 --- a/chrome/browser/resources/options/chromeos/system_options.html +++ b/chrome/browser/resources/options/chromeos/system_options.html @@ -21,18 +21,16 @@ </div> </div> </section> - <if expr="pp_ifdef('touchui')"> - <section> - <h3 i18n-content="screen"></h3> - <div id="brightness-value"> - <span i18n-content="brightness"></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="screen"></h3> + <div id="brightness-value"> + <span i18n-content="brightness"></span> + <button id="brightness-decrease-button" + i18n-content="brightnessDecrease"></button> + <button id="brightness-increase-button" + i18n-content="brightnessIncrease"></button> + </div> + </section> <section> <h3 i18n-content="touchpad"></h3> <div class="option-control-table"> |