summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/ResourceRequestBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ResourceRequestBase.h')
-rw-r--r--Source/WebCore/platform/network/ResourceRequestBase.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/WebCore/platform/network/ResourceRequestBase.h b/Source/WebCore/platform/network/ResourceRequestBase.h
index 31a1e69..53e1160 100644
--- a/Source/WebCore/platform/network/ResourceRequestBase.h
+++ b/Source/WebCore/platform/network/ResourceRequestBase.h
@@ -65,6 +65,7 @@ namespace WebCore {
TargetIsWorker,
TargetIsSharedWorker,
TargetIsPrefetch,
+ TargetIsFavicon,
};
static PassOwnPtr<ResourceRequest> adopt(PassOwnPtr<CrossThreadResourceRequestData>);
@@ -240,14 +241,6 @@ namespace WebCore {
unsigned initializeMaximumHTTPConnectionCountPerHost();
-#if USE(CF)
- bool isHTTPPipeliningEnabled();
- bool shouldForceHTTPPipeliningPriorityHigh();
-#else
- inline bool isHTTPPipeliningEnabled() { return false; }
- inline bool shouldForceHTTPPipeliningPriorityHigh() { return false; }
-#endif
-
} // namespace WebCore
#endif // ResourceRequestBase_h