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

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

Issue 13687007: Remove PLATFORM(BLACKBERRY) support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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..6a1bce0670088a8f4a1bddd759968384fd6a484e 100644
--- a/Source/WebCore/platform/network/ResourceHandleInternal.h
+++ b/Source/WebCore/platform/network/ResourceHandleInternal.h
@@ -224,13 +224,6 @@ namespace WebCore {
NSURLAuthenticationChallenge *m_currentMacChallenge;
#endif
AuthenticationChallenge m_currentWebChallenge;
-#if PLATFORM(BLACKBERRY)
- // We need to store the credentials for host and proxy separately for the platform
- // networking layer. One of these will always be equal to m_currentWebChallenge.
- AuthenticationChallenge m_hostWebChallenge;
- AuthenticationChallenge m_proxyWebChallenge;
-#endif
-
ResourceHandle::FailureType m_scheduledFailureType;
Timer<ResourceHandle> m_failureTimer;
};

Powered by Google App Engine
This is Rietveld 408576698