Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(884)

Unified Diff: remoting/client/plugin/chromoting_scriptable_object.h

Issue 8985007: Refactoring of the client-side input pipeline and scaling dimension management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698