Bug 1107133 - Expose tracking protection in Fennec privacy preferences. r=liuche

This commit is contained in:
Margaret Leibovic
2014-12-08 15:17:32 -08:00
parent 0880fe49dc
commit 771dbcb154
8 changed files with 42 additions and 6 deletions

View File

@@ -235,6 +235,13 @@ public class AppConstants {
false;
//#endif
public static final boolean NIGHTLY_BUILD =
//#ifdef NIGHTLY_BUILD
true;
//#else
false;
//#endif
public static final boolean DEBUG_BUILD =
//#ifdef MOZ_DEBUG
true;