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

Unified Diff: Source/WebCore/platform/network/NetworkingContext.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. Created 7 years, 8 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: Source/WebCore/platform/network/NetworkingContext.h
diff --git a/Source/WebCore/platform/network/NetworkingContext.h b/Source/WebCore/platform/network/NetworkingContext.h
index 29230db0b135b540c947c97dba88964fc3dd61f3..8769fba1e004f5a1be435b914799cca5f4b9c73c 100644
--- a/Source/WebCore/platform/network/NetworkingContext.h
+++ b/Source/WebCore/platform/network/NetworkingContext.h
@@ -34,22 +34,10 @@ class WebCookieJar;
}
#endif
-#if PLATFORM(QT)
-#include <qglobal.h>
-#endif
-
#if PLATFORM(MAC)
OBJC_CLASS NSOperationQueue;
#endif
-#if PLATFORM(QT)
-QT_BEGIN_NAMESPACE
-class QObject;
-class QNetworkAccessManager;
-class QUrl;
-QT_END_NAMESPACE
-#endif
-
#if USE(SOUP)
typedef struct _SoupSession SoupSession;
#endif
@@ -84,14 +72,6 @@ public:
virtual NetworkStorageSession& storageSession() const = 0;
#endif
-#if PLATFORM(QT)
- // FIXME: Wrap QNetworkAccessManager into a NetworkStorageSession to make the code cross-platform.
- virtual QObject* originatingObject() const = 0;
- virtual QNetworkAccessManager* networkAccessManager() const = 0;
- virtual bool mimeSniffingEnabled() const = 0;
- virtual bool thirdPartyCookiePolicyPermission(const QUrl&) const = 0;
-#endif
-
#if PLATFORM(WIN)
virtual String userAgent() const = 0;
virtual String referrer() const = 0;
« no previous file with comments | « Source/WebCore/platform/network/NetworkStateNotifier.cpp ('k') | Source/WebCore/platform/network/ResourceHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698