| 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.
|
|
|