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

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

Issue 2047613002: [Remoting Android] Move pairing secret fetcher to the network thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback Created 4 years, 6 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 | « no previous file | remoting/client/jni/chromoting_jni_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 151376f54f0c5d42a1dd34beb9979474b020a5af..738f11e1a0c610c730ddd1d5ce9cb90edbd88036 100644
--- a/remoting/client/jni/chromoting_jni_instance.h
+++ b/remoting/client/jni/chromoting_jni_instance.h
@@ -136,12 +136,6 @@ class ChromotingJniInstance
private:
void ConnectToHostOnNetworkThread();
- // Notifies the user interface that the user needs to enter a PIN. The
- // current authentication attempt is put on hold until |callback| is invoked.
- // May be called on any thread.
- void FetchSecret(bool pairable,
- const protocol::SecretFetchedCallback& callback);
-
// Sets the device name. Can be called on any thread.
void SetDeviceName(const std::string& device_name);
« no previous file with comments | « no previous file | remoting/client/jni/chromoting_jni_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698