Bug 1304534 - Enable "Send Tab to Device" on builds other than nightly r?markh draft
authorThom Chiovoloni <tchiovoloni@mozilla.com>
Tue, 25 Oct 2016 11:15:19 -0400
changeset 429295 98343e1b6c67f849e62972a6831ad08ddfab5024
parent 429294 82104756f2c2d88f83ee3dd51d0d2abaafcf778e
child 534933 6142ce1cf24a38093a1bcbc60cd8139a55161122
push id33524
push userbmo:tchiovoloni@mozilla.com
push dateTue, 25 Oct 2016 15:16:38 +0000
reviewersmarkh
bugs1304534
milestone52.0a1
Bug 1304534 - Enable "Send Tab to Device" on builds other than nightly r?markh MozReview-Commit-ID: BNKYhCQsZey
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1122,21 +1122,17 @@ pref("services.sync.prefs.sync.spellchec
 pref("services.sync.prefs.sync.xpinstall.whitelist.required", true);
 
 // A preference that controls whether we should show the icon for a remote tab.
 // This pref has no UI but exists because some people may be concerned that
 // fetching these icons to show remote tabs may leak information about that
 // user's tabs and bookmarks. Note this pref is also synced.
 pref("services.sync.syncedTabs.showRemoteIcons", true);
 
-#ifdef NIGHTLY_BUILD
 pref("services.sync.sendTabToDevice.enabled", true);
-#else
-pref("services.sync.sendTabToDevice.enabled", false);
-#endif
 
 // Developer edition preferences
 #ifdef MOZ_DEV_EDITION
 sticky_pref("lightweightThemes.selectedThemeID", "firefox-devedition@mozilla.org");
 #else
 sticky_pref("lightweightThemes.selectedThemeID", "");
 #endif