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

Unified Diff: chrome/browser/resources/options/chromeos/system_options.html

Issue 8340002: Enable brightness controls for all ChromeOS builds. Make brightness controls auto-repeat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update mechanism for attaching a button held action. Created 9 years, 2 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/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">

Powered by Google App Engine
This is Rietveld 408576698