| Index: device/wake_lock/wake_lock_service_context.h
|
| diff --git a/device/wake_lock/wake_lock_service_context.h b/device/wake_lock/wake_lock_service_context.h
|
| index 95e58bdb4494fc822ee2d77d0f1453b2f2237969..59253de5cccf3405f64686a72ace9c1b47b97221 100644
|
| --- a/device/wake_lock/wake_lock_service_context.h
|
| +++ b/device/wake_lock/wake_lock_service_context.h
|
| @@ -36,6 +36,8 @@ class WakeLockServiceContext : public mojom::WakeLockContext {
|
| const std::string& description,
|
| mojom::WakeLockServiceRequest request) override;
|
|
|
| + static const int WakeLockInvalidContextId;
|
| +
|
| private:
|
| scoped_refptr<base::SingleThreadTaskRunner> file_task_runner_;
|
| int context_id_;
|
|
|