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

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

Issue 2843353003: Move ownership of PowerSaveBlocker from WakeLockServiceContext to WakeLockServiceImpl (Closed)
Patch Set: code rebase 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 24cd02f3bcd27a8841c2cdc7edd14d290596d3f3..bb01e64b8bfd1839eac0726b374020babdce49e8 100644
--- a/device/wake_lock/public/interfaces/wake_lock_context.mojom
+++ b/device/wake_lock/public/interfaces/wake_lock_context.mojom
@@ -10,8 +10,4 @@ import "device/wake_lock/public/interfaces/wake_lock_service.mojom";
interface WakeLockContext {
// Gets a WakeLockService within this context.
GetWakeLock(WakeLockService& wake_lock);
-
- // Test-only method that returns whethere a wake lock is currently active
- // within this context.
- HasWakeLockForTests() => (bool result);
};

Powered by Google App Engine
This is Rietveld 408576698