Chromium Code Reviews| Index: Source/modules/push_messaging/PushManager.idl |
| diff --git a/Source/modules/gamepad/GamepadButton.idl b/Source/modules/push_messaging/PushManager.idl |
| similarity index 59% |
| copy from Source/modules/gamepad/GamepadButton.idl |
| copy to Source/modules/push_messaging/PushManager.idl |
| index 40561191e3a49fafbcde1e638dc61ef9774ee600..e09534ab16dbe86ca6a6282b9480bc3e30e271b6 100644 |
| --- a/Source/modules/gamepad/GamepadButton.idl |
| +++ b/Source/modules/push_messaging/PushManager.idl |
| @@ -4,8 +4,6 @@ |
| [ |
| NoInterfaceObject, |
|
abarth-chromium
2014/03/27 03:38:57
Can you add a RuntimeEnabled attribute to this int
Michael van Ouwerkerk
2014/03/27 19:15:24
Done.
|
| - WillBeGarbageCollected, |
| -] interface GamepadButton { |
| - readonly attribute boolean pressed; |
| - readonly attribute float value; |
| +] interface PushManager { |
| + [CallWith=ExecutionContext, ImplementedAs=registerPushMessaging] Promise register(DOMString senderId); |
| }; |