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

Unified Diff: public/platform/WebServiceWorkerResponse.h

Issue 307063002: ServiceWorker: Add a Response ctor that accepts the body as a Blob (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: simpler Created 6 years, 7 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: public/platform/WebServiceWorkerResponse.h
diff --git a/public/platform/WebServiceWorkerResponse.h b/public/platform/WebServiceWorkerResponse.h
index 9e5a25c39550a4e09af6ce133c15559e9981748b..8325f2c725e325884597367bc9d4dbb4b2eaa949 100644
--- a/public/platform/WebServiceWorkerResponse.h
+++ b/public/platform/WebServiceWorkerResponse.h
@@ -54,7 +54,8 @@ public:
const HashMap<String, String>& headers() const;
#endif
- // FIXME: Eventually this should have additional methods such as for blob.
+ void setBlobUUID(const WebString&);
michaeln1 2014/05/30 20:09:35 maybe put a setBlobDataHandle(xxx) setter in the I
+ WebString blobUUID() const;
private:
WebPrivatePtr<WebServiceWorkerResponsePrivate> m_private;

Powered by Google App Engine
This is Rietveld 408576698