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

Unified Diff: remoting/client/plugin/chromoting_instance.h

Issue 384523003: Cleanups in ChromotingClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/chromoting_jni_runtime.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.h
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
index 9ed7fdfbbdc49ad25ea16a74bbcf8ba44d8b79de..325b0d03cbfe59bd27fb0159ccd168a041d352f0 100644
--- a/remoting/client/plugin/chromoting_instance.h
+++ b/remoting/client/plugin/chromoting_instance.h
@@ -102,10 +102,6 @@ class ChromotingInstance :
// an older version of the API.
static const int kApiMinScriptableVersion = 5;
- // Helper method to parse authentication_methods parameter.
- static bool ParseAuthMethods(const std::string& auth_methods,
- ClientConfig* config);
-
explicit ChromotingInstance(PP_Instance instance);
virtual ~ChromotingInstance();
@@ -130,8 +126,6 @@ class ChromotingInstance :
const protocol::ExtensionMessage& message) OVERRIDE;
virtual protocol::ClipboardStub* GetClipboardStub() OVERRIDE;
virtual protocol::CursorShapeStub* GetCursorShapeStub() OVERRIDE;
- virtual scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
- GetTokenFetcher(const std::string& host_public_key) OVERRIDE;
// protocol::ClipboardStub interface.
virtual void InjectClipboardEvent(
@@ -213,10 +207,6 @@ class ChromotingInstance :
void HandleSendMouseInputWhenUnfocused();
void HandleDelegateLargeCursors();
- // Helper method called from Connect() to connect with parsed config.
- void ConnectWithConfig(const ClientConfig& config,
- const std::string& local_jid);
-
// Helper method to post messages to the webapp.
void PostChromotingMessage(const std::string& method,
const pp::VarDictionary& data);
@@ -277,7 +267,6 @@ class ChromotingInstance :
scoped_ptr<DelegatingSignalStrategy> signal_strategy_;
- scoped_ptr<protocol::ConnectionToHost> host_connection_;
scoped_ptr<ChromotingClient> client_;
// Input pipeline components, in reverse order of distance from input source.
« no previous file with comments | « remoting/client/jni/chromoting_jni_runtime.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698