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

Unified Diff: chromeos/dbus/power_manager_client.h

Issue 10700150: Add methods for controlling keyboard brightness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 5 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
« no previous file with comments | « chromeos/dbus/mock_power_manager_client.h ('k') | chromeos/dbus/power_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/power_manager_client.h
diff --git a/chromeos/dbus/power_manager_client.h b/chromeos/dbus/power_manager_client.h
index 3526890d092cc948136ae0c551119aa0869c7ee2..63551f23c3a1feb417ace82180e32cb119b0b3ae 100644
--- a/chromeos/dbus/power_manager_client.h
+++ b/chromeos/dbus/power_manager_client.h
@@ -119,6 +119,12 @@ class CHROMEOS_EXPORT PowerManagerClient {
virtual void GetScreenBrightnessPercent(
const GetScreenBrightnessPercentCallback& callback) = 0;
+ // Decreases the keyboard brightness.
+ virtual void DecreaseKeyboardBrightness() = 0;
+
+ // Increases the keyboard brightness.
+ virtual void IncreaseKeyboardBrightness() = 0;
+
// Request for power supply status update.
virtual void RequestStatusUpdate(UpdateRequestType update_type) = 0;
« no previous file with comments | « chromeos/dbus/mock_power_manager_client.h ('k') | chromeos/dbus/power_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698