| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 981e0822bbb3ca2a7e7a667540af072932e0f523..e1b62cc3363787ee99cc83673b41db0127aa7b97 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -77,7 +77,7 @@ class ChromotingInstance : public pp::InstancePrivate {
|
| ChromotingScriptableObject* GetScriptableObject();
|
|
|
| // Initiates and cancels connections.
|
| - void Connect(const ClientConfig& config, bool use_p2p_api);
|
| + void Connect(const ClientConfig& config);
|
| void Disconnect();
|
|
|
| // Called by ChromotingScriptableObject to provide username and password.
|
|
|