| Index: remoting/client/jni/chromoting_jni_runtime.h
|
| diff --git a/remoting/client/jni/chromoting_jni_runtime.h b/remoting/client/jni/chromoting_jni_runtime.h
|
| index 64acf2c9607b5d7f98f97ce2f59d5804ee394805..0d0ea5ecec923049dde806c6b5cd6978cb5b7c32 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.h
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.h
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "base/android/scoped_java_ref.h"
|
| -#include "base/at_exit.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "remoting/base/auto_thread.h"
|
| #include "remoting/client/jni/chromoting_jni_instance.h"
|
| @@ -124,10 +123,6 @@ class ChromotingJniRuntime {
|
| // Detaches JVM from the current thread, then signals. Doesn't own |waiter|.
|
| void DetachFromVmAndSignal(base::WaitableEvent* waiter);
|
|
|
| - // Used by the Chromium libraries to clean up the base and net libraries' JNI
|
| - // bindings. It must persist for the lifetime of the singleton.
|
| - scoped_ptr<base::AtExitManager> at_exit_manager_;
|
| -
|
| // Chromium code's connection to the Java message loop.
|
| scoped_ptr<base::MessageLoopForUI> ui_loop_;
|
|
|
|
|