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

Unified Diff: chromeos/dbus/service_constants.cc

Issue 3804002: dbus: Add power manager "BrightnessChanged" signal. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/common.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 | « chromeos/dbus/service_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/service_constants.cc
diff --git a/chromeos/dbus/service_constants.cc b/chromeos/dbus/service_constants.cc
index 1e9fb847307018170da31318ea48719d3055e645..a6ac30fc9ce45b36b3a253d2b1757ce69018b03d 100644
--- a/chromeos/dbus/service_constants.cc
+++ b/chromeos/dbus/service_constants.cc
@@ -106,4 +106,5 @@ const char* kRegisterSuspendDelay = "RegisterSuspendDelay";
const char* kUnregisterSuspendDelay = "UnregisterSuspendDelay";
const char* kSuspendDelay = "SuspendDelay";
const char* kSuspendReady = "SuspendReady";
+const char* kBrightnessChangedSignal = "BrightnessChanged";
} // namespace power_manager
« no previous file with comments | « chromeos/dbus/service_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698