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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h

Issue 2703343002: ServiceWorker: Use mojo's data pipe for respondWith(stream) (Closed)
Patch Set: Used TEST_P to test closing the connection first and On{Aborted,Completed} first Created 3 years, 8 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: 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 2b1a76f850aa9bf392aaad4d0a91529f573ea2d9..a3fa7d613554ce5e33b8e79b9b31153fe4cfa70a 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 error() const;

Powered by Google App Engine
This is Rietveld 408576698