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

Unified Diff: third_party/WebKit/Source/modules/fetch/FetchResponseData.h

Issue 2524703002: Introduce Response.redirect attribute and add LayoutTest. (Closed)
Patch Set: Created 4 years 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/fetch/FetchResponseData.h
diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
index b1a75ea834b47aab9116b872b171aa7217bebf1c..ae20e6855190b9312902ecb028dc8ceafea28d0c 100644
--- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
+++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
@@ -87,6 +87,7 @@ class MODULES_EXPORT FetchResponseData final
}
void setURLList(const Vector<KURL>&);
+ const Vector<KURL>& urlList() const { return m_urlList; }
const Vector<KURL>& internalURLList() const;
void setStatus(unsigned short status) { m_status = status; }

Powered by Google App Engine
This is Rietveld 408576698