Skip to content
Snippets Groups Projects
Commit a9e1d8ea 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 c6be9ba5
Branches
Tags
No related merge requests found
......@@ -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"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment