Index: chrome/browser/resources/options/chromeos/system_options.html |
diff --git a/chrome/browser/resources/options/chromeos/system_options.html b/chrome/browser/resources/options/chromeos/system_options.html |
index 98c36f3cf4ea5cc23584f9d0868e61e75012cd4e..add9e2859630bdf746443d90f55a37d45f34c899 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"> |