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

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

Issue 185423005: Add more plumbing for FetchEvent including WebServiceWorkerResponse (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: BLINK_EXPORT -> BLINK_PLATFORM_EXPORT Created 6 years, 9 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 | « no previous file | Source/modules/serviceworkers/Response.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Response.h
diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
index 10691b17bdd0a5f0a628bd7e3f0589c815cfabec..0b093b6185e7f1e5f377f5d757908fd32d6cd830 100644
--- a/Source/modules/serviceworkers/Response.h
+++ b/Source/modules/serviceworkers/Response.h
@@ -10,6 +10,8 @@
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
+namespace blink { class WebServiceWorkerResponse; }
+
namespace WebCore {
struct ResponseInit;
@@ -32,6 +34,8 @@ public:
Dictionary* headers();
void headers(const Dictionary&);
+ void populateWebServiceWorkerResponse(blink::WebServiceWorkerResponse&);
+
private:
explicit Response(const ResponseInit&);
unsigned short m_statusCode;
« no previous file with comments | « no previous file | Source/modules/serviceworkers/Response.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698