| 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 b8708125681bce82de90a8556606cf5f99580fb1..6f2567f9c83903c9689e61fdd567c046757b2a36 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">
|
|
|