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

Unified Diff: public/web/WebFrameClient.h

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust unrelated test expectation Created 6 years, 8 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: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index cb32511719b8fb4286bcac9a7cfecf0e8557e2b7..d92481fad50d2e2d780a7819a62540d39f8d12da 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -320,7 +320,8 @@ public:
// A reflected XSS was encountered in the page and suppressed.
virtual void didDetectXSS(WebLocalFrame*, const WebURL&, bool didBlockEntirePage) { }
- // A PingLoader was created, and a request dispatched to a URL.
+ // A uni-directional loader (e.g., ping, beacon) was created, and a request dispatched to a URL.
+ // TODO: rename to didDispatchSimplexLoader()
virtual void didDispatchPingLoader(WebLocalFrame*, const WebURL&) { }
// The loaders in this frame have been stopped.
« Source/platform/RuntimeEnabledFeatures.in ('K') | « public/platform/WebURLRequest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698