Chromium Code Reviews| Index: remoting/client/plugin/chromoting_scriptable_object.cc |
| diff --git a/remoting/client/plugin/chromoting_scriptable_object.cc b/remoting/client/plugin/chromoting_scriptable_object.cc |
| index a9a60d5dc5a14ca7b4ad1068e924fc69ad5b032c..ac0b68000a93ce701d5865adfc261e0d5d02f146 100644 |
| --- a/remoting/client/plugin/chromoting_scriptable_object.cc |
| +++ b/remoting/client/plugin/chromoting_scriptable_object.cc |
| @@ -421,8 +421,7 @@ Var ChromotingScriptableObject::DoSetScaleToFit(const std::vector<Var>& args, |
| return Var(); |
| } |
| - VLOG(1) << "Setting scale-to-fit."; |
| - instance_->SetScaleToFit(args[0].AsBool()); |
| + VLOG(1) << "Ignoring setScaleToFit"; |
|
Sergey Ulanov
2011/12/20 00:05:35
Do we need to keep this method just for backward c
Wez
2011/12/20 07:14:14
I've replaced this method with DoNothing(). I *th
|
| return Var(); |
| } |