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

Unified Diff: third_party/WebKit/Source/platform/network/NetworkUtils.h

Issue 2433363002: Use net::HttpResponseHeaders::IsRedirectResponseCode() from Blink (Closed)
Patch Set: Created 4 years, 2 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/platform/network/NetworkUtils.h
diff --git a/third_party/WebKit/Source/platform/network/NetworkUtils.h b/third_party/WebKit/Source/platform/network/NetworkUtils.h
index a57991769e54b4f895a2b0d547fae7a06bdc3c9c..a6b2778010a4b86a5dc178bb2deb1bb235c4ebca 100644
--- a/third_party/WebKit/Source/platform/network/NetworkUtils.h
+++ b/third_party/WebKit/Source/platform/network/NetworkUtils.h
@@ -33,6 +33,8 @@ PLATFORM_EXPORT PassRefPtr<SharedBuffer> parseDataURL(const KURL&,
AtomicString& mimetype,
AtomicString& charset);
+PLATFORM_EXPORT bool isRedirectResponseCode(int);
+
} // NetworkUtils
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/fetch/Response.cpp ('k') | third_party/WebKit/Source/platform/network/NetworkUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698