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

Unified Diff: public/platform/WebURLResponse.h

Issue 653373002: [ServiceWorker] pipe ServiceWorkerResponseType [1/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/network/ResourceResponse.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLResponse.h
diff --git a/public/platform/WebURLResponse.h b/public/platform/WebURLResponse.h
index 93542436a7d384bcdb345fea855d8f660a115e85..598785b0cd0d920a6369614fffcba26580bc49a6 100644
--- a/public/platform/WebURLResponse.h
+++ b/public/platform/WebURLResponse.h
@@ -33,6 +33,7 @@
#include "WebCommon.h"
#include "WebPrivateOwnPtr.h"
+#include "WebServiceWorkerResponseType.h"
namespace blink {
@@ -172,6 +173,10 @@ public:
BLINK_PLATFORM_EXPORT bool wasFallbackRequiredByServiceWorker() const;
BLINK_PLATFORM_EXPORT void setWasFallbackRequiredByServiceWorker(bool);
+ // The type of the response which was fetched by the ServiceWorker.
+ BLINK_PLATFORM_EXPORT WebServiceWorkerResponseType serviceWorkerResponseType() const;
+ BLINK_PLATFORM_EXPORT void setServiceWorkerResponseType(WebServiceWorkerResponseType);
+
// Flag whether this request is part of a multipart response.
BLINK_PLATFORM_EXPORT bool isMultipartPayload() const;
BLINK_PLATFORM_EXPORT void setIsMultipartPayload(bool);
« no previous file with comments | « Source/platform/network/ResourceResponse.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698