| 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.
|
|
|