Commit 5930bd9b authored by Kathleen Brade's avatar Kathleen Brade Committed by Georg Koppen
Browse files

Bug 18799: disable Network Tickler

Ensure that the tickler is always stubbed out, even on
Android (e.g., for Orfox).
parent 639e137d
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -27,9 +27,10 @@
// The tickler only applies to wifi on mobile right now. Hopefully it
// can also be restricted to particular handset models in the future.

#if defined(ANDROID) && !defined(MOZ_B2G)
#define MOZ_USE_WIFI_TICKLER
#endif
// Avoid the tickler in all cases, e.g., in Orfox.
//#if defined(ANDROID) && !defined(MOZ_B2G)
//#define MOZ_USE_WIFI_TICKLER
//#endif

#include "mozilla/Attributes.h"
#include "nsISupports.h"