| 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 93d77bdae69c081f27cc825f289546c9ae24853e..c8d1920a641b67051f583e98a42c751913e4eb22 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.h
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.h
|
| @@ -107,9 +107,6 @@ class ChromotingJniRuntime {
|
| // Detaches JVM from the current thread, then signals. Doesn't own |waiter|.
|
| void DetachFromVmAndSignal(base::WaitableEvent* waiter);
|
|
|
| - // Reference to the Java class into which we make JNI calls.
|
| - jclass class_;
|
| -
|
| // 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_;
|
|
|