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

Unified Diff: third_party/WebKit/Source/platform/network/NetworkHints.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/Source/platform/network/NetworkHints.h
diff --git a/third_party/WebKit/Source/platform/network/NetworkHints.h b/third_party/WebKit/Source/platform/network/NetworkHints.h
index fdc66ed231f44827a221f49f654e549e896448c4..9edd2f472feb17bc76e3d3cd02250ef117adbb2c 100644
--- a/third_party/WebKit/Source/platform/network/NetworkHints.h
+++ b/third_party/WebKit/Source/platform/network/NetworkHints.h
@@ -34,11 +34,8 @@
namespace blink {
-enum class WebNavigationHintType;
-
PLATFORM_EXPORT void prefetchDNS(const String& hostname);
PLATFORM_EXPORT void preconnect(const KURL&, const CrossOriginAttributeValue);
-PLATFORM_EXPORT void sendNavigationHint(const KURL&, WebNavigationHintType);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698