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

Unified Diff: device/wake_lock/wake_lock_context_provider.cc

Issue 2867303003: Generalize the API of WakeLockContext mojo interface. (Closed)
Patch Set: Generalize the API of WakeLockContext mojo interface. Created 3 years, 7 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 | « device/wake_lock/wake_lock_context_provider.h ('k') | device/wake_lock/wake_lock_service_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/wake_lock/wake_lock_context_provider.cc
diff --git a/device/wake_lock/wake_lock_context_provider.cc b/device/wake_lock/wake_lock_context_provider.cc
index 9d6543a72712117f36a493831c60fded20d6a26d..f7d7705a8f0d4e31726f11adc924dbce4a0100e8 100644
--- a/device/wake_lock/wake_lock_context_provider.cc
+++ b/device/wake_lock/wake_lock_context_provider.cc
@@ -28,7 +28,7 @@ WakeLockContextProvider::WakeLockContextProvider(
WakeLockContextProvider::~WakeLockContextProvider() {}
-void WakeLockContextProvider::GetContext(
+void WakeLockContextProvider::GetWakeLockContextForID(
int context_id,
mojo::InterfaceRequest<mojom::WakeLockContext> request) {
mojo::MakeStrongBinding(
« no previous file with comments | « device/wake_lock/wake_lock_context_provider.h ('k') | device/wake_lock/wake_lock_service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698