| 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 8493e9104d7d41b4592f36030354cb8f3bd2e45b..8fbf7e191ab1d31f4684d9373cc3738a9296f26f 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
|
| @@ -82,6 +82,9 @@ public:
|
| void setCacheStorageCacheName(const WebString&);
|
| WebString cacheStorageCacheName() const;
|
|
|
| + void setCorsExposedHeaderNames(const WebVector<WebString>&);
|
| + WebVector<WebString> corsExposedHeaderNames() const;
|
| +
|
| #if INSIDE_BLINK
|
| const HTTPHeaderMap& headers() const;
|
|
|
|
|