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

Unified Diff: services/device/device_service.h

Issue 2874013002: Add GetWakeLockWithoutContext() in WakeLockContextProvider mojo interface. (Closed)
Patch Set: Add GetWakeLockWithoutContext in WakeLockContextProvider 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_service_impl.cc ('k') | services/device/device_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/device_service.h
diff --git a/services/device/device_service.h b/services/device/device_service.h
index 983135cfc587e83107fe34cd8b37cce1e562c624..66a6c7736e51ea774d9fb257b20295750ce12c1d 100644
--- a/services/device/device_service.h
+++ b/services/device/device_service.h
@@ -10,7 +10,7 @@
#include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h"
#include "device/sensors/public/interfaces/motion.mojom.h"
#include "device/sensors/public/interfaces/orientation.mojom.h"
-#include "device/wake_lock/public/interfaces/wake_lock_context_provider.mojom.h"
+#include "device/wake_lock/public/interfaces/wake_lock_provider.mojom.h"
#include "device/wake_lock/wake_lock_service_context.h"
#include "mojo/public/cpp/bindings/binding_set.h"
#include "services/device/public/interfaces/battery_monitor.mojom.h"
@@ -102,9 +102,9 @@ class DeviceService : public service_manager::Service {
const service_manager::BindSourceInfo& source_info,
mojom::TimeZoneMonitorRequest request);
- void BindWakeLockContextProviderRequest(
+ void BindWakeLockProviderRequest(
const service_manager::BindSourceInfo& source_info,
- mojom::WakeLockContextProviderRequest request);
+ mojom::WakeLockProviderRequest request);
std::unique_ptr<PowerMonitorMessageBroadcaster>
power_monitor_message_broadcaster_;
« no previous file with comments | « device/wake_lock/wake_lock_service_impl.cc ('k') | services/device/device_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698