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

Unified Diff: third_party/WebKit/public/platform/WebPrescientNetworking.h

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/public/platform/WebPrescientNetworking.h
diff --git a/third_party/WebKit/public/platform/WebPrescientNetworking.h b/third_party/WebKit/public/platform/WebPrescientNetworking.h
index 8fa85422e3148a8553f894c8d1eb5ac85a25cd06..3d1fe474519d47d0b0c0cbf87b1002eff2f1f13b 100644
--- a/third_party/WebKit/public/platform/WebPrescientNetworking.h
+++ b/third_party/WebKit/public/platform/WebPrescientNetworking.h
@@ -37,8 +37,6 @@
namespace blink {
-enum class WebNavigationHintType;
-
class WebPrescientNetworking {
public:
virtual ~WebPrescientNetworking() {}
@@ -48,9 +46,6 @@ class WebPrescientNetworking {
virtual void prefetchDNS(const WebString& hostname) {}
virtual void preconnect(const WebURL& url, const bool allowCredentials) {}
-
- // Send a hint that a navigation to |url| is likely to happen.
- virtual void sendNavigationHint(const WebURL& url, WebNavigationHintType) {}
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebNavigationHintType.h ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698