| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
|
| index f67a696b0737d0f979a16cc097abbe1fe5aa69b1..34524b420f0965caee57e32ec39441a1c5dfb5c9 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
|
| @@ -70,9 +70,6 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerResponse {
|
| WebString BlobUUID() const;
|
| uint64_t BlobSize() const;
|
|
|
| - void SetStreamURL(const WebURL&);
|
| - const WebURL& StreamURL() const;
|
| -
|
| // Provides a more detailed error when status() is zero.
|
| void SetError(WebServiceWorkerResponseError);
|
| WebServiceWorkerResponseError GetError() const;
|
|
|