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

Unified Diff: Source/WebCore/platform/network/ResourceHandleInternal.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/ResourceHandleInternal.h
diff --git a/Source/WebCore/platform/network/ResourceHandleInternal.h b/Source/WebCore/platform/network/ResourceHandleInternal.h
index e8c4eeb0925a35e05a6b24267d016d2f5229ff6a..d6fd3f0d26999bc95120dda0e63024eb7730b62d 100644
--- a/Source/WebCore/platform/network/ResourceHandleInternal.h
+++ b/Source/WebCore/platform/network/ResourceHandleInternal.h
@@ -55,15 +55,6 @@
class Frame;
#endif
-#if PLATFORM(QT)
-QT_BEGIN_NAMESPACE
-class QWebNetworkJob;
-QT_END_NAMESPACE
-namespace WebCore {
-class QNetworkReplyHandler;
-}
-#endif
-
#if PLATFORM(MAC)
OBJC_CLASS NSURLAuthenticationChallenge;
OBJC_CLASS NSURLConnection;
@@ -119,9 +110,6 @@ namespace WebCore {
, m_bodyDataSent(0)
, m_redirectCount(0)
#endif
-#if PLATFORM(QT)
- , m_job(0)
-#endif
#if PLATFORM(MAC)
, m_startWhenScheduled(false)
, m_needsSiteSpecificQuirks(false)
@@ -208,16 +196,6 @@ namespace WebCore {
SoupSession* soupSession();
int m_redirectCount;
#endif
-#if PLATFORM(GTK)
- struct {
- Credential credential;
- AuthenticationChallenge challenge;
- } m_credentialDataToSaveInPersistentStore;
-#endif
-#if PLATFORM(QT)
- QNetworkReplyHandler* m_job;
-#endif
-
#if PLATFORM(MAC)
// We need to keep a reference to the original challenge to be able to cancel it.
// It is almost identical to m_currentWebChallenge.nsURLAuthenticationChallenge(), but has a different sender.
« no previous file with comments | « Source/WebCore/platform/network/ResourceHandle.h ('k') | Source/WebCore/platform/network/ResourceRequestBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698