| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 9ffa7ff2aaba63c2417caf9ee0f4a20dda4791e6..3ab83eeabee0bdd9647efad5a8f3331a5fcb9153 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -28,7 +28,6 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| -#include "base/test/mock_chrome_application_mac.h"
|
| #include "base/threading/thread.h"
|
| #include "crypto/nss_util.h"
|
| #include "remoting/base/constants.h"
|
| @@ -262,7 +261,6 @@ int main(int argc, char** argv) {
|
| #if defined(OS_MACOSX)
|
| // Needed so we don't leak objects when threads are created.
|
| base::mac::ScopedNSAutoreleasePool pool;
|
| - mock_cr_app::RegisterMockCrApp();
|
| #endif
|
|
|
| CommandLine::Init(argc, argv);
|
|
|