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

Unified Diff: device/wake_lock/wake_lock_context_provider.h

Issue 2843353003: Move ownership of PowerSaveBlocker from WakeLockServiceContext to WakeLockServiceImpl (Closed)
Patch Set: error fix, non-frame client. Created 3 years, 8 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
Index: device/wake_lock/wake_lock_context_provider.h
diff --git a/device/wake_lock/wake_lock_context_provider.h b/device/wake_lock/wake_lock_context_provider.h
index 9909a08986578fb46747601572d5e5a98b9bb47e..36c8c759a4f9b922785794f36cfafa7ef8b4d4c5 100644
--- a/device/wake_lock/wake_lock_context_provider.h
+++ b/device/wake_lock/wake_lock_context_provider.h
@@ -28,7 +28,7 @@ class WakeLockContextProvider : public mojom::WakeLockContextProvider {
const WakeLockContextCallback& native_view_getter);
// mojom::WakeLockContextProvider:
- void GetContext(
+ void GetWakeLockContextForID(
int context_id,
mojo::InterfaceRequest<mojom::WakeLockContext> request) override;

Powered by Google App Engine
This is Rietveld 408576698