[BASILISK] Remove FxA infected Sync - Part 1: Remove or condition CUI and Integration Points

This commit is contained in:
Matt A. Tobin 2019-03-30 20:11:32 -04:00 committed by Roy Tam
commit b07b0d18b5
17 changed files with 30 additions and 1425 deletions

View file

@ -1418,9 +1418,9 @@ this.PlacesUIUtils = {
},
shouldShowTabsFromOtherComputersMenuitem: function() {
let weaveOK = Weave.Status.checkSetup() != Weave.CLIENT_NOT_CONFIGURED &&
Weave.Svc.Prefs.get("firstSync", "") != "notReady";
return weaveOK;
#ifdef MOZ_SERVICES_SYNC
// Weave code to enable menu item
#endif
},
/**

View file

@ -6,6 +6,6 @@
JAR_MANIFESTS += ['jar.mn']
EXTRA_JS_MODULES += [
EXTRA_PP_JS_MODULES += [
'PlacesUIUtils.jsm',
]