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

Unified Diff: dbus/power_manager/dbus-constants.h

Issue 3010253002: [For-Debug] Add constants.
Patch Set: Created 3 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/power_manager/dbus-constants.h
diff --git a/dbus/power_manager/dbus-constants.h b/dbus/power_manager/dbus-constants.h
index 17b3ece6b70cd5ab71b63a6ed05a53225e154587..0b2ba23375992d56bf186f982700bc850e9b097d 100644
--- a/dbus/power_manager/dbus-constants.h
+++ b/dbus/power_manager/dbus-constants.h
@@ -39,6 +39,8 @@ const char kHandlePowerButtonAcknowledgmentMethod[] =
"HandlePowerButtonAcknowledgment";
const char kIgnoreNextPowerButtonPressMethod[] = "IgnoreNextPowerButtonPress";
const char kRecordDarkResumeWakeReasonMethod[] = "RecordDarkResumeWakeReason";
+const char kCreateArcTimersMethod[] = "CreateArcTimers";
+const char kSetArcTimerMethod[] = "SetArcTimer";
// Signals emitted by powerd.
const char kBrightnessChangedSignal[] = "BrightnessChanged";
const char kKeyboardBrightnessChangedSignal[] = "KeyboardBrightnessChanged";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698