Bustage fix for bug 786631: Need a win no-op too. r=me

This commit is contained in:
Chris Jones 2013-01-17 12:46:05 -08:00
Родитель 575da98029
Коммит 61d931a487
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,7 @@
#include "mozilla/Hal.h"
#include "mozilla/hal_sandbox/PHalChild.h"
#include "mozilla/ipc/GeckoChildProcessHost.h"
#include "mozilla/ipc/GeckoChildProcessHost.h"
#include "mozilla/ipc/TestShellChild.h"
#include "mozilla/ipc/XPCShellEnvironment.h"
#include "mozilla/jsipc/PContextWrapperChild.h"

Просмотреть файл

@ -337,6 +337,10 @@ bool WaitForExitCode(ProcessHandle handle, int* exit_code) {
return true;
}
void SetCurrentProcessPrivileges(ChildPrivileges privs) {
}
NamedProcessIterator::NamedProcessIterator(const std::wstring& executable_name,
const ProcessFilter* filter)
: started_iteration_(false),