| 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); | 
| }; | 
|  |