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

Unified Diff: public/platform/WebPrescientNetworking.h

Issue 1321193004: Cleanup Blink side preconnect calls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/platform/network/NetworkHints.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPrescientNetworking.h
diff --git a/public/platform/WebPrescientNetworking.h b/public/platform/WebPrescientNetworking.h
index 59d33f9aad10f11b5973c545f69fb3848ea514d8..0b2872e3f9b5caa008c46f25a75f5c663c8a7f4b 100644
--- a/public/platform/WebPrescientNetworking.h
+++ b/public/platform/WebPrescientNetworking.h
@@ -45,8 +45,6 @@ public:
// the host resolution latency.
virtual void prefetchDNS(const WebString& hostname) { }
- virtual void preconnect(const WebURL& url) { }
-
virtual void preconnect(const WebURL& url, const bool allowCredentials) { }
};
« no previous file with comments | « Source/platform/network/NetworkHints.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698