mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Back out bug 786631
This commit is contained in:
parent
99980b9b47
commit
75253fec80
@ -23,7 +23,6 @@
|
|||||||
#include "mozilla/Hal.h"
|
#include "mozilla/Hal.h"
|
||||||
#include "mozilla/hal_sandbox/PHalChild.h"
|
#include "mozilla/hal_sandbox/PHalChild.h"
|
||||||
#include "mozilla/ipc/GeckoChildProcessHost.h"
|
#include "mozilla/ipc/GeckoChildProcessHost.h"
|
||||||
#include "mozilla/ipc/GeckoChildProcessHost.h"
|
|
||||||
#include "mozilla/ipc/TestShellChild.h"
|
#include "mozilla/ipc/TestShellChild.h"
|
||||||
#include "mozilla/ipc/XPCShellEnvironment.h"
|
#include "mozilla/ipc/XPCShellEnvironment.h"
|
||||||
#include "mozilla/jsipc/PContextWrapperChild.h"
|
#include "mozilla/jsipc/PContextWrapperChild.h"
|
||||||
|
@ -337,10 +337,6 @@ bool WaitForExitCode(ProcessHandle handle, int* exit_code) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetCurrentProcessPrivileges(ChildPrivileges privs) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
NamedProcessIterator::NamedProcessIterator(const std::wstring& executable_name,
|
NamedProcessIterator::NamedProcessIterator(const std::wstring& executable_name,
|
||||||
const ProcessFilter* filter)
|
const ProcessFilter* filter)
|
||||||
: started_iteration_(false),
|
: started_iteration_(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user