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

Unified Diff: Source/WebCore/platform/network/NetworkStateNotifier.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/NetworkStateNotifier.h
diff --git a/Source/WebCore/platform/network/NetworkStateNotifier.h b/Source/WebCore/platform/network/NetworkStateNotifier.h
index dc8595dc40016808ac1b304be6dbfa4f79e0bbd9..bc31e58e9889c04c34167edd258125b71dce84f4 100644
--- a/Source/WebCore/platform/network/NetworkStateNotifier.h
+++ b/Source/WebCore/platform/network/NetworkStateNotifier.h
@@ -67,10 +67,6 @@ public:
void setOnLine(bool);
#endif
-#if PLATFORM(BLACKBERRY)
- void networkStateChange(bool online);
-#endif
-
private:
bool m_isOnLine;
void (*m_networkStateChangedFunction)();
@@ -100,7 +96,7 @@ private:
#endif
};
-#if !PLATFORM(MAC) && !PLATFORM(WIN) && !(PLATFORM(QT) && !defined(QT_NO_BEARERMANAGEMENT)) && !PLATFORM(BLACKBERRY)
+#if !PLATFORM(MAC) && !PLATFORM(WIN) && !(PLATFORM(QT) && !defined(QT_NO_BEARERMANAGEMENT))
inline NetworkStateNotifier::NetworkStateNotifier()
: m_isOnLine(true)

Powered by Google App Engine
This is Rietveld 408576698