diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index 0776824e551..e43a28f92ce 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -61,11 +61,7 @@ pref("general.useragent.compatMode.firefox", true); pref("browser.chromeURL", "chrome://browser/content/"); pref("browser.tabs.warnOnClose", true); -#ifdef MOZ_IPC pref("browser.tabs.remote", true); -#else -pref("browser.tabs.remote", false); -#endif pref("toolkit.screen.lock", false); diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index 10d3d971b80..98c29bf5626 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -508,11 +508,9 @@ var BrowserUI = { DownloadsView.init(); ConsoleView.init(); -#ifdef MOZ_IPC // Pre-start the content process Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULRuntime) .ensureContentProcess(); -#endif #ifdef MOZ_SERVICES_SYNC // Init the sync system diff --git a/mobile/installer/package-manifest.in b/mobile/installer/package-manifest.in index 17084228ce6..91790206557 100644 --- a/mobile/installer/package-manifest.in +++ b/mobile/installer/package-manifest.in @@ -53,13 +53,11 @@ #else @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@ #endif -#ifdef MOZ_IPC #ifdef XP_MACOSX @BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/ #else @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ #endif -#endif #ifdef WINCE @BINPATH@/mozce_shunt.dll #elifdef XP_WIN32