Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2613)

Unified Diff: Source/modules/serviceworkers/Response.h

Issue 617003003: Make WebServiceWorkerResponse support ResponseType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/serviceworkers/Response.h
diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
index 8878e1a8f9f65cebf6693184f99f588da49f3a37..d4204d9db7d92775f109215900190c916392ad07 100644
--- a/Source/modules/serviceworkers/Response.h
+++ b/Source/modules/serviceworkers/Response.h
@@ -54,7 +54,6 @@ private:
explicit Response(const Response&);
explicit Response(ExecutionContext*);
Response(ExecutionContext*, FetchResponseData*);
- Response(ExecutionContext*, const WebServiceWorkerResponse&);
virtual PassRefPtr<BlobDataHandle> blobDataHandle() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698