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

Unified Diff: public/platform/WebServiceWorkerResponse.h

Issue 623753002: Let the client (browser) set blobs in WebServiceWorkerResponse. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@opacity
Patch Set: Rebase Created 6 years, 2 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
« no previous file with comments | « Source/platform/exported/WebServiceWorkerResponse.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerResponse.h
diff --git a/public/platform/WebServiceWorkerResponse.h b/public/platform/WebServiceWorkerResponse.h
index addcbfe2ae5d559b06372a2a2e97b2bf800f2ab9..4b95f63fbd2ccc3d95f3e60e4c08fe81f221dde2 100644
--- a/public/platform/WebServiceWorkerResponse.h
+++ b/public/platform/WebServiceWorkerResponse.h
@@ -64,7 +64,9 @@ public:
WebString getHeader(const WebString& key) const;
void visitHTTPHeaderFields(WebHTTPHeaderVisitor*) const;
+ void setBlob(const WebString& uuid, long long size);
WebString blobUUID() const;
+ long long blobSize() const;
jamesr 2014/10/07 04:33:13 i don't know much about blobs but if this is suppo
jkarlin 2014/10/07 09:34:35 Number of bytes. Blobs can refer to files and the
#if INSIDE_BLINK
const HTTPHeaderMap& headers() const;
« no previous file with comments | « Source/platform/exported/WebServiceWorkerResponse.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698