Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom |
| diff --git a/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom b/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom |
| index 15c1c59a9b6980f46fdb0eafb737aec552135727..1002925f7cda504f9fc577c0f53dc32ecc5eb610 100644 |
| --- a/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom |
| +++ b/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom |
| @@ -49,5 +49,5 @@ interface BackgroundSyncService { |
| interface BackgroundSyncServiceClient { |
| Sync(string tag, BackgroundSyncEventLastChance last_chance) |
| - => (ServiceWorkerEventStatus status); |
| + => (ServiceWorkerEventStatus status, double dispatch_event_time); |
|
dcheng
2016/08/23 05:37:21
Is it possible to use the mojom type for this? See
horo
2016/08/23 07:01:58
Sorry, I don't understand mojo well.
When I change
Marijn Kruisselbrink
2016/08/23 19:04:30
You'd probably add a //src/mojo/common/blink_typem
|
| }; |