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

Unified Diff: Source/WebCore/platform/network/NetworkStateNotifier.cpp

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/NetworkStateNotifier.cpp
diff --git a/Source/WebCore/platform/network/NetworkStateNotifier.cpp b/Source/WebCore/platform/network/NetworkStateNotifier.cpp
index b3182a528e172a9d4df712d2230e4a43eb13b91e..b788c34651da85f8ad61ba88efdb5c06ab468c1a 100644
--- a/Source/WebCore/platform/network/NetworkStateNotifier.cpp
+++ b/Source/WebCore/platform/network/NetworkStateNotifier.cpp
@@ -46,7 +46,6 @@ void NetworkStateNotifier::setNetworkStateChangedFunction(void(*function)())
m_networkStateChangedFunction = function;
}
-#if PLATFORM(CHROMIUM)
void NetworkStateNotifier::setOnLine(bool onLine)
{
if (m_isOnLine == onLine)
@@ -57,6 +56,5 @@ void NetworkStateNotifier::setOnLine(bool onLine)
if (m_networkStateChangedFunction)
m_networkStateChangedFunction();
}
-#endif // PLATFORM(CHROMIUM)
}
« no previous file with comments | « Source/WebCore/platform/network/NetworkStateNotifier.h ('k') | Source/WebCore/platform/network/NetworkingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698