| 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 a5ca339a9f0228a1d74908336f561d55e2402288..68a8891602f351c7811845f0a876e7004c9e5d27 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.h
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.h
|
| @@ -63,10 +63,8 @@ class ChromotingJniRuntime {
|
| // |session_|. This is a no-op unless |session| is currently non-null.
|
| void DisconnectFromHost();
|
|
|
| - // Returns the client for the currently-active session. Do not call if
|
| - // |session| is null.
|
| + // Returns the client for the currently-active session.
|
| scoped_refptr<ChromotingJniInstance> session() {
|
| - DCHECK(session_);
|
| return session_;
|
| }
|
|
|
|
|