| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| index d331ab5b37a1e88a138c1b63ae2ffc0766e50dba..68fc7db171198286ec9c857ccc3930e5704fb4d2 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| @@ -9,6 +9,8 @@
|
| #include "public/platform/WebURL.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerError.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| namespace blink {
|
|
|
| class WebServiceWorkerProvider;
|
| @@ -35,6 +37,8 @@ public:
|
| virtual WebServiceWorkerRegistration* registration() { return nullptr; }
|
| };
|
|
|
| + virtual int64_t registrationId() { return 0; }
|
| +
|
| virtual void setProxy(WebServiceWorkerRegistrationProxy*) { }
|
| virtual WebServiceWorkerRegistrationProxy* proxy() { return nullptr; }
|
| virtual void proxyStopped() { }
|
|
|