refactor: replace atom_version and friends with electron_version (#18847)
This commit is contained in:
parent
c9bca78a7a
commit
4dc38d39e9
17 changed files with 71 additions and 70 deletions
|
@ -96,7 +96,7 @@ device::mojom::WakeLock* PowerSaveBlocker::GetWakeLock() {
|
|||
|
||||
wake_lock_provider->GetWakeLockWithoutContext(
|
||||
device::mojom::WakeLockType::kPreventAppSuspension,
|
||||
device::mojom::WakeLockReason::kOther, ATOM_PRODUCT_NAME,
|
||||
device::mojom::WakeLockReason::kOther, ELECTRON_PRODUCT_NAME,
|
||||
mojo::MakeRequest(&wake_lock_));
|
||||
}
|
||||
return wake_lock_.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue