| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index fd3d386e6a6c3c4190dfcfda06968867b9d61899..72468f3a63625a930f127b7aae00aafd2c3dbe8a 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -78,10 +78,6 @@ class ChromotingInstance : public pp::InstancePrivate {
|
| void Connect(const ClientConfig& config);
|
| void Disconnect();
|
|
|
| - // Called by ChromotingScriptableObject to provide username and password.
|
| - void SubmitLoginInfo(const std::string& username,
|
| - const std::string& password);
|
| -
|
| // Called by ChromotingScriptableObject to set scale-to-fit.
|
| void SetScaleToFit(bool scale_to_fit);
|
|
|
|
|