Index: remoting/client/plugin/chromoting_scriptable_object.h |
diff --git a/remoting/client/plugin/chromoting_scriptable_object.h b/remoting/client/plugin/chromoting_scriptable_object.h |
index ece90036a9d28d0730ee7f511335e7df91d604a8..8e507974a13276151a072fb6712d1b479216e936 100644 |
--- a/remoting/client/plugin/chromoting_scriptable_object.h |
+++ b/remoting/client/plugin/chromoting_scriptable_object.h |
@@ -215,8 +215,8 @@ class ChromotingScriptableObject |
pp::Var DoConnect(const std::vector<pp::Var>& args, pp::Var* exception); |
pp::Var DoDisconnect(const std::vector<pp::Var>& args, pp::Var* exception); |
- // This method is called by JS to set scale-to-fit. |
- pp::Var DoSetScaleToFit(const std::vector<pp::Var>& args, pp::Var* exception); |
+ // This method is used for legacy script APIs such as setScaleToFit. |
+ pp::Var DoNothing(const std::vector<pp::Var>& args, pp::Var* exception); |
// This method is called by Javascript to provide responses to sendIq() |
// requests. |