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

Unified Diff: powerd.h

Issue 3771002: power_manager: Send BrightnessChanged signal. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/power_manager.git
Patch Set: Created 10 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
« no previous file with comments | « no previous file | powerd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: powerd.h
diff --git a/powerd.h b/powerd.h
index 62ee573d231b764f0aebb4cd6cf6cfe03d32eaa8..7424c6f37928c3480d3ff8a46923b5450652efaf 100644
--- a/powerd.h
+++ b/powerd.h
@@ -143,6 +143,10 @@ class Daemon : public XIdleMonitor {
unsigned int mask,
gpointer data);
+ // Send a D-Bus signal announcing that the screen brightness has been set to
+ // |level| (a percentage between 0 and 100).
+ void SendBrightnessChangedSignal(int level);
+
// Generates UMA metrics on every idle event.
void GenerateMetricsOnIdleEvent(bool is_idle, int64 idle_time_ms);
« no previous file with comments | « no previous file | powerd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698