also format missing .cc files
This commit is contained in:
parent
53bdf22c85
commit
c6f4bbd143
181 changed files with 4102 additions and 4254 deletions
|
@ -72,7 +72,7 @@ void PowerObserverLinux::OnLoginServiceAvailable(bool service_available) {
|
|||
void PowerObserverLinux::BlockSleep() {
|
||||
dbus::MethodCall sleep_inhibit_call(kLogindManagerInterface, "Inhibit");
|
||||
dbus::MessageWriter inhibit_writer(&sleep_inhibit_call);
|
||||
inhibit_writer.AppendString("sleep"); // what
|
||||
inhibit_writer.AppendString("sleep"); // what
|
||||
// Use the executable name as the lock owner, which will list rebrands of the
|
||||
// electron executable as separate entities.
|
||||
inhibit_writer.AppendString(lock_owner_name_); // who
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue