| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
|
| index 93500aa7414c48c099b73a27c89b4170181120a0..d6a6fd40b3a3603f559b7e674662ebeda0148f10 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
|
| @@ -58,6 +58,11 @@ class WebServiceWorkerNetworkProvider {
|
| // Returns an identifier of the service worker controlling the document
|
| // associated with the WebDataSource.
|
| virtual int64_t ServiceWorkerID() { return -1; }
|
| +
|
| + virtual int GetID() {
|
| + NOTIMPLEMENTED();
|
| + return -1;
|
| + }
|
| };
|
|
|
| } // namespace blink
|
|
|