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

Unified Diff: third_party/WebKit/Source/core/loader/TextTrackLoader.h

Issue 2367583002: Check CORS policy on redirect in TextTrackLoader (Closed)
Patch Set: Created 4 years, 3 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/core/loader/TextTrackLoader.h
diff --git a/third_party/WebKit/Source/core/loader/TextTrackLoader.h b/third_party/WebKit/Source/core/loader/TextTrackLoader.h
index 1f562586e2ed7dc11eaaaee554f453dada465da2..133fa2f9f1c042fccb463f267b07f1f027c8bd9b 100644
--- a/third_party/WebKit/Source/core/loader/TextTrackLoader.h
+++ b/third_party/WebKit/Source/core/loader/TextTrackLoader.h
@@ -69,6 +69,7 @@ public:
private:
// RawResourceClient
+ void redirectReceived(Resource*, ResourceRequest&, const ResourceResponse&) override;
void dataReceived(Resource*, const char* data, size_t length) override;
void notifyFinished(Resource*) override;
String debugName() const override { return "TextTrackLoader"; }

Powered by Google App Engine
This is Rietveld 408576698