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

Unified Diff: Source/web/FrameLoaderClientImpl.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: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index fdf7400a2d0aaae8a2ff18426be38058197417f5..76f05272262106a5b0b2314ff7e581b9a9a7603d 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -107,7 +107,7 @@ public:
virtual void didDisplayInsecureContent() OVERRIDE;
virtual void didRunInsecureContent(WebCore::SecurityOrigin*, const WebCore::KURL& insecureURL) OVERRIDE;
virtual void didDetectXSS(const WebCore::KURL&, bool didBlockEntirePage) OVERRIDE;
- virtual void didDispatchPingLoader(const WebCore::KURL&) OVERRIDE;
+ virtual void didDispatchSimplexLoader(const WebCore::KURL&) OVERRIDE;
virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) OVERRIDE;
virtual PassRefPtr<WebCore::DocumentLoader> createDocumentLoader(WebCore::LocalFrame*, const WebCore::ResourceRequest&, const WebCore::SubstituteData&) OVERRIDE;
virtual WTF::String userAgent(const WebCore::KURL&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698