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

Unified Diff: Source/WebCore/platform/network/ResourceHandle.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/ResourceHandle.h
diff --git a/Source/WebCore/platform/network/ResourceHandle.h b/Source/WebCore/platform/network/ResourceHandle.h
index abdca60bdfcc2d6634fe6338f4b49f2ee78514cb..5445d92081b239050d60241dd99808957847655e 100644
--- a/Source/WebCore/platform/network/ResourceHandle.h
+++ b/Source/WebCore/platform/network/ResourceHandle.h
@@ -160,7 +160,7 @@ public:
static void CALLBACK internetStatusCallback(HINTERNET, DWORD_PTR, DWORD, LPVOID, DWORD);
#endif
-#if PLATFORM(QT) || USE(CURL) || USE(SOUP) || PLATFORM(BLACKBERRY)
+#if PLATFORM(QT) || USE(CURL) || USE(SOUP)
ResourceHandleInternal* getInternal() { return d.get(); }
#endif
@@ -202,10 +202,6 @@ public:
void setDefersLoading(bool);
-#if PLATFORM(BLACKBERRY)
- void pauseLoad(bool); // FIXME: How is this different from setDefersLoading()?
-#endif
-
void didChangePriority(ResourceLoadPriority);
ResourceRequest& firstRequest();

Powered by Google App Engine
This is Rietveld 408576698