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

Unified Diff: third_party/WebKit/Source/core/loader/LinkLoader.h

Issue 2602233002: Prefetch Link header support. (Closed)
Patch Set: Test based of perfObserver Created 3 years, 12 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/core/loader/LinkLoader.h
diff --git a/third_party/WebKit/Source/core/loader/LinkLoader.h b/third_party/WebKit/Source/core/loader/LinkLoader.h
index e5d7b454a3273f7afa962a33fc9ed685a438c082..f67b44638ca6ba45b7d7edf9fa5d1c59750e9a74 100644
--- a/third_party/WebKit/Source/core/loader/LinkLoader.h
+++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
@@ -111,11 +111,6 @@ class CORE_EXPORT LinkLoader final
void linkLoadTimerFired(TimerBase*);
void linkLoadingErrorTimerFired(TimerBase*);
void createLinkPreloadResourceClient(Resource*);
- void prefetchIfNeeded(Document&,
- const KURL& href,
- const LinkRelAttribute&,
- CrossOriginAttributeValue,
- ReferrerPolicy);
Member<LinkLoaderClient> m_client;

Powered by Google App Engine
This is Rietveld 408576698