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

Unified Diff: remoting/client/jni/remoting_jni_registrar.cc

Issue 2007123003: [Android Client] Break down multi-threaded classes by thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename JniSecretFetcher to JniPairingSecretFetcher 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
« no previous file with comments | « remoting/client/jni/jni_pairing_secret_fetcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jni/remoting_jni_registrar.cc
diff --git a/remoting/client/jni/remoting_jni_registrar.cc b/remoting/client/jni/remoting_jni_registrar.cc
index ab7b1ff89df8347f8f2ce7f8d404676d8305b461..49f54700f579ab485296eb4d5a32b7868ff531a3 100644
--- a/remoting/client/jni/remoting_jni_registrar.cc
+++ b/remoting/client/jni/remoting_jni_registrar.cc
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "remoting/client/jni/chromoting_jni_runtime.h"
#include "remoting/client/jni/jni_client.h"
+#include "remoting/client/jni/jni_display_handler.h"
#include "remoting/client/jni/jni_touch_event_data.h"
namespace remoting {
@@ -19,6 +20,7 @@ const base::android::RegistrationMethod kRemotingRegisteredMethods[] = {
{"JniClient", JniClient::RegisterJni},
{"ChromotingJniRuntime", RegisterChromotingJniRuntime},
{"JniTouchEventData", JniTouchEventData::RegisterJni},
+ {"JniDisplayHandler", JniDisplayHandler::RegisterJni}
};
} // namespace
« no previous file with comments | « remoting/client/jni/jni_pairing_secret_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698