| 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..66a60b571bf0b2b2ab16626546eddc75f48d8338 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
|
| @@ -48,6 +48,8 @@ interface BackgroundSyncService {
|
| };
|
|
|
| interface BackgroundSyncServiceClient {
|
| + // TODO(horo): Use mojo.common.mojom.Time for |dispatch_event_time|. It is
|
| + // using double as the UTC time in seconds, counted from January 1, 1970.
|
| Sync(string tag, BackgroundSyncEventLastChance last_chance)
|
| - => (ServiceWorkerEventStatus status);
|
| + => (ServiceWorkerEventStatus status, double dispatch_event_time);
|
| };
|
|
|