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

Unified Diff: third_party/WebKit/Source/platform/network/NetworkHints.cpp

Issue 2778173002: Revert of "Speculatively launch Service Workers on mouse/touch events." (Closed)
Patch Set: rebase Created 3 years, 9 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: third_party/WebKit/Source/platform/network/NetworkHints.cpp
diff --git a/third_party/WebKit/Source/platform/network/NetworkHints.cpp b/third_party/WebKit/Source/platform/network/NetworkHints.cpp
index 71ddc7f89dba2b652d41d3bb463a514a0e23a958..80cc35282836746233710c6861da7dc189e987fb 100644
--- a/third_party/WebKit/Source/platform/network/NetworkHints.cpp
+++ b/third_party/WebKit/Source/platform/network/NetworkHints.cpp
@@ -45,11 +45,4 @@ void preconnect(const KURL& url, const CrossOriginAttributeValue crossOrigin) {
}
}
-void sendNavigationHint(const KURL& url, WebNavigationHintType type) {
- if (WebPrescientNetworking* prescientNetworking =
- Platform::current()->prescientNetworking()) {
- prescientNetworking->sendNavigationHint(url, type);
- }
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/network/NetworkHints.h ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698