Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: remoting/client/jni/chromoting_jni_instance.h

Issue 2027783002: Revert of [Android Client] Move session-scoped native interface into JniClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/client/jni/chromoting_jni_instance.h
diff --git a/remoting/client/jni/chromoting_jni_instance.h b/remoting/client/jni/chromoting_jni_instance.h
index ab9db60d354503d5f70c5a9a26e3edb4fccf0b3e..06b76db37d1a51d0ddcd8d7569917fbc7a16d562 100644
--- a/remoting/client/jni/chromoting_jni_instance.h
+++ b/remoting/client/jni/chromoting_jni_instance.h
@@ -31,7 +31,6 @@
} // namespace protocol
class ChromotingJniRuntime;
-class JniClient;
class JniFrameConsumer;
// ClientUserInterface that indirectly makes and receives JNI calls.
@@ -45,7 +44,6 @@
// The instance does not take ownership of |jni_runtime|. To connect with an
// unpaired host, pass in |pairing_id| and |pairing_secret| as empty strings.
ChromotingJniInstance(ChromotingJniRuntime* jni_runtime,
- JniClient* jni_client,
const std::string& username,
const std::string& auth_token,
const std::string& host_jid,
@@ -150,8 +148,6 @@
// Used to obtain task runner references and make calls to Java methods.
ChromotingJniRuntime* jni_runtime_;
- JniClient* jni_client_;
-
// ID of the host we are connecting to.
std::string host_jid_;

Powered by Google App Engine
This is Rietveld 408576698