summaryrefslogtreecommitdiffstats
path: root/xpcom/build/XREShellData.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/build/XREShellData.h')
-rw-r--r--xpcom/build/XREShellData.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/xpcom/build/XREShellData.h b/xpcom/build/XREShellData.h
index 11bc162d9..f734b1d74 100644
--- a/xpcom/build/XREShellData.h
+++ b/xpcom/build/XREShellData.h
@@ -7,23 +7,11 @@
#ifndef XREShellData_h
#define XREShellData_h
-#if defined(XP_WIN) && defined(MOZ_SANDBOX)
-namespace sandbox {
-class BrokerServices;
-}
-#endif
-
/**
* Data needed by XRE_XPCShellMain.
*/
struct XREShellData
{
-#if defined(XP_WIN) && defined(MOZ_SANDBOX)
- /**
- * Chromium sandbox BrokerServices.
- */
- sandbox::BrokerServices* sandboxBrokerServices;
-#endif
};
#endif // XREShellData_h