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

Unified Diff: third_party/WebKit/Source/modules/fetch/Response.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/Response.h
diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
index 1882552fd9fb063921566ef7de83eae97e5c31f3..30258dd75eab16dc650e6d8058e5bf9d70f438ac 100644
--- a/third_party/WebKit/Source/modules/fetch/Response.h
+++ b/third_party/WebKit/Source/modules/fetch/Response.h
@@ -60,6 +60,7 @@ class MODULES_EXPORT Response final : public Body {
// From Response.idl:
String type() const;
String url() const;
+ bool redirected() const;
unsigned short status() const;
bool ok() const;
String statusText() const;

Powered by Google App Engine
This is Rietveld 408576698