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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 14749005: Implement WebPrescientNetworking to trigger preconnect from Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 7 years, 7 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: content/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index 2bf5948e41dca819ce2dfc6ca56fa9064f405d62..cf39808bd11db35ecf559777c77ef45455a87c5f 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -59,6 +59,7 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
virtual bool isLinkVisited(unsigned long long linkHash);
virtual WebKit::WebMessagePortChannel* createMessagePortChannel();
virtual void prefetchHostName(const WebKit::WebString&);
+ virtual WebKit::WebPrescientNetworking* prescientNetworking();
virtual void cacheMetadata(
const WebKit::WebURL&, double, const char*, size_t);
virtual WebKit::WebString defaultLocale();

Powered by Google App Engine
This is Rietveld 408576698