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

Unified Diff: public/platform/WebURLResponse.h

Issue 602073002: [ServiceWorker] Add was_fallback_required flag to ResourceResponseInfo. [1/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: wrap the comment in 80 columns Created 6 years, 3 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 ef6c11367e3797c28226fd370d8f4f3edb1d4d0c..93542436a7d384bcdb345fea855d8f660a115e85 100644
--- a/public/platform/WebURLResponse.h
+++ b/public/platform/WebURLResponse.h
@@ -167,6 +167,11 @@ public:
BLINK_PLATFORM_EXPORT bool wasFetchedViaServiceWorker() const;
BLINK_PLATFORM_EXPORT void setWasFetchedViaServiceWorker(bool);
+ // Flag whether the fallback request with skip service worker flag was
+ // required.
+ BLINK_PLATFORM_EXPORT bool wasFallbackRequiredByServiceWorker() const;
+ BLINK_PLATFORM_EXPORT void setWasFallbackRequiredByServiceWorker(bool);
+
// 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