DescriptionChromoting: Move set(Client|Host)Mode into remoting namespace.
Likewise for cancelPendingOperation.
This fixes failing JS calls from choice.html (e.g., "OK" button for "Invalid Access Code")
Also replace occurrences of:
function f() {}
remoting.f = f;
with:
remoting.f = function() {}
to be consistent.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91871
Patch Set 1 #
Total comments: 2
Patch Set 2 : remove blank line #Messages
Total messages: 3 (0 generated)
|