X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fplatform%2Fmac%2FWebCoreSystemInterface.h;h=5393438553d86d3fa2e7b943bb99cdf8d094313a;hp=cf29c0c002646753a797d82a46446c65fd7a201c;hb=cb37e50f791023757aa2429e6f651d5e3c65a595;hpb=254965f1f861fd6e2388a30d3c9e22852706c1bf;ds=sidebyside diff --git a/Source/WebCore/platform/mac/WebCoreSystemInterface.h b/Source/WebCore/platform/mac/WebCoreSystemInterface.h index cf29c0c..5393438 100644 --- a/Source/WebCore/platform/mac/WebCoreSystemInterface.h +++ b/Source/WebCore/platform/mac/WebCoreSystemInterface.h @@ -157,6 +157,7 @@ extern unsigned (*wkInitializeMaximumHTTPConnectionCountPerHost)(unsigned prefer extern int (*wkGetHTTPPipeliningPriority)(NSURLRequest *); extern void (*wkSetHTTPPipeliningMaximumPriority)(int maximumPriority); extern void (*wkSetHTTPPipeliningPriority)(NSMutableURLRequest *, int priority); +extern void (*wkSetHTTPPipeliningMinimumFastLanePriority)(int priority); extern void (*wkSetCONNECTProxyForStream)(CFReadStreamRef, CFStringRef proxyHost, CFNumberRef proxyPort); extern void (*wkSetCONNECTProxyAuthorizationForStream)(CFReadStreamRef, CFStringRef proxyAuthorizationString); extern CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL);