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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h

Issue 1899873006: Make Response::body return v8-extra based stream behind flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notify-locked-released
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
index b87cd8b0deabaf7b313fc0768e532ea82392b94c..e6e12d96f2d8c31ddb4503b992f8824206aa63af 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.h
@@ -53,6 +53,7 @@ private:
WebURLRequest::FetchRequestMode m_requestMode;
WebURLRequest::FrameType m_frameType;
WebURLRequest::RequestContext m_requestContext;
+ RefPtr<ScriptState> m_scriptState;
tyoshino (SeeGerritForStatus) 2016/04/22 07:53:01 for what?
yhirano 2016/04/22 08:04:42 It's no long used. Deleted.
enum State { Initial, Pending, Done };
State m_state;

Powered by Google App Engine
This is Rietveld 408576698