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

Unified Diff: Source/core/loader/PingLoader.h

Issue 1016373002: Perform CORS access checks on Beacon redirects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased + add mixed content test Created 5 years, 9 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
« no previous file with comments | « Source/core/loader/BeaconLoader.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/PingLoader.h
diff --git a/Source/core/loader/PingLoader.h b/Source/core/loader/PingLoader.h
index fb4f506aeee12f698ad427339777c361c0662c48..69f5da59a5f4e9783b7c7d416f317b9447425610 100644
--- a/Source/core/loader/PingLoader.h
+++ b/Source/core/loader/PingLoader.h
@@ -79,6 +79,8 @@ protected:
static void start(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials = AllowStoredCredentials);
+ void dispose();
+
private:
virtual void didReceiveResponse(blink::WebURLLoader*, const blink::WebURLResponse&) override;
virtual void didReceiveData(blink::WebURLLoader*, const char*, int, int) override;
@@ -89,8 +91,6 @@ private:
void didFailLoading(Page*);
- void dispose();
-
OwnPtr<blink::WebURLLoader> m_loader;
Timer<PingLoader> m_timeout;
String m_url;
« no previous file with comments | « Source/core/loader/BeaconLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698