summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/NetworkingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/NetworkingContext.h')
-rw-r--r--Source/WebCore/platform/network/NetworkingContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/NetworkingContext.h b/Source/WebCore/platform/network/NetworkingContext.h
index e8a3776..134394e 100644
--- a/Source/WebCore/platform/network/NetworkingContext.h
+++ b/Source/WebCore/platform/network/NetworkingContext.h
@@ -58,6 +58,7 @@ public:
#if PLATFORM(QT)
virtual QObject* originatingObject() const = 0;
virtual QNetworkAccessManager* networkAccessManager() const = 0;
+ virtual bool mimeSniffingEnabled() const = 0;
#endif
#if PLATFORM(WIN)