Chromium Code Reviews| Index: Source/modules/wake_lock/NavigatorWakeLock.idl |
| diff --git a/Source/modules/push_messaging/NavigatorPushManager.idl b/Source/modules/wake_lock/NavigatorWakeLock.idl |
| similarity index 73% |
| copy from Source/modules/push_messaging/NavigatorPushManager.idl |
| copy to Source/modules/wake_lock/NavigatorWakeLock.idl |
| index 26db0dddc171d946dab70ea59e2202a465f47803..3cee48334139b83b6968981f7a9192c2de158d56 100644 |
| --- a/Source/modules/push_messaging/NavigatorPushManager.idl |
| +++ b/Source/modules/wake_lock/NavigatorWakeLock.idl |
| @@ -3,7 +3,7 @@ |
| // found in the LICENSE file. |
| [ |
| - RuntimeEnabled=PushMessaging, |
| + RuntimeEnabled=WakeLock, |
| ] partial interface Navigator { |
| - readonly attribute PushManager push; |
| + readonly attribute WakeLock wakeLock; |
|
mlamouri (slow - plz ping)
2014/08/18 12:15:52
You might want to upload this CL with:
git cl uplo
redchenko
2014/08/19 16:42:20
Thanks!
|
| }; |