summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/NetworkingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/NetworkingContext.h')
-rw-r--r--WebCore/platform/network/NetworkingContext.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/platform/network/NetworkingContext.h b/WebCore/platform/network/NetworkingContext.h
index e0cb4c5..a7d40dc 100644
--- a/WebCore/platform/network/NetworkingContext.h
+++ b/WebCore/platform/network/NetworkingContext.h
@@ -33,10 +33,6 @@ class QNetworkAccessManager;
namespace WebCore {
-#if PLATFORM(ANDROID)
-class FrameLoaderClient;
-class MainResourceLoader;
-#endif
class ResourceError;
class ResourceRequest;
@@ -64,11 +60,6 @@ public:
virtual ResourceError blockedError(const ResourceRequest&) const = 0;
#endif
-#if PLATFORM(ANDROID)
- virtual MainResourceLoader* mainResourceLoader() const = 0;
- virtual FrameLoaderClient* frameLoaderClient() const = 0;
-#endif
-
protected:
NetworkingContext() { }
};