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

Unified Diff: third_party/WebKit/Source/modules/fetch/Response.cpp

Issue 2550363002: Add LayoutTests for URL list of Response (Closed)
Patch Set: s/thired/third/ 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/Response.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/Response.cpp b/third_party/WebKit/Source/modules/fetch/Response.cpp
index 264316c9a362ac9529ff89b7b24889106433130b..056f3336fb0b240c790e23f1edb86ed0b4388f41 100644
--- a/third_party/WebKit/Source/modules/fetch/Response.cpp
+++ b/third_party/WebKit/Source/modules/fetch/Response.cpp
@@ -445,6 +445,10 @@ String Response::internalMIMEType() const {
return m_response->internalMIMEType();
}
+const Vector<KURL>& Response::internalURLList() const {
+ return m_response->internalURLList();
+}
+
void Response::installBody() {
if (!internalBodyBuffer())
return;
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Response.h ('k') | third_party/WebKit/Source/modules/fetch/testing/InternalsFetch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698