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

Unified Diff: device/wake_lock/public/interfaces/wake_lock_context.mojom

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
Index: device/wake_lock/public/interfaces/wake_lock_context.mojom
diff --git a/device/wake_lock/public/interfaces/wake_lock_context.mojom b/device/wake_lock/public/interfaces/wake_lock_context.mojom
index 59a6d98c15d9c228f0da8cd02366645d59ef5412..ba6a9efc4dad26f465eaa0cfbf8985e5f2661291 100644
--- a/device/wake_lock/public/interfaces/wake_lock_context.mojom
+++ b/device/wake_lock/public/interfaces/wake_lock_context.mojom
@@ -33,5 +33,8 @@ enum WakeLockReason {
// Context in which WakeLockService instances operate.
interface WakeLockContext {
// Gets a WakeLockService within this context.
- GetWakeLock(WakeLockType type, WakeLockReason reason, string description, WakeLockService& wake_lock);
+ GetWakeLock(WakeLockType type,
+ WakeLockReason reason,
+ string description,
+ WakeLockService& wake_lock);
};
« no previous file with comments | « device/wake_lock/public/interfaces/README.md ('k') | device/wake_lock/public/interfaces/wake_lock_context_provider.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698