| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 629c1f4823742feb0da62c7722e82e15677210e4..b185599107846cc73eb8007c8f56c751e0a39309 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2642,10 +2642,10 @@ device::mojom::WakeLockContext* WebContentsImpl::GetWakeLockContext() {
|
| return wake_lock_context_host_->GetWakeLockContext();
|
| }
|
|
|
| -device::mojom::WakeLockService* WebContentsImpl::GetRendererWakeLock() {
|
| - // WebContents creates a long-lived connection to one WakeLockServiceImpl.
|
| +device::mojom::WakeLock* WebContentsImpl::GetRendererWakeLock() {
|
| + // WebContents creates a long-lived connection to one WakeLock.
|
| // All the frames' requests will be added into the BindingSet of
|
| - // WakeLockServiceImpl via this connection.
|
| + // WakeLock via this connection.
|
| if (!renderer_wake_lock_) {
|
| device::mojom::WakeLockContext* wake_lock_context = GetWakeLockContext();
|
| if (!wake_lock_context) {
|
|
|