diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 23:05:01 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 23:05:01 +0000 |
commit | 9a37fdf2a4314bf49c003a8f126f06751ba1ba55 (patch) | |
tree | 4659ba663a7c6eeaf125b63db2311f0787a78a34 /remoting/webapp | |
parent | 02712128820af52b4ed31830fe950d64102cf954 (diff) | |
download | chromium_src-9a37fdf2a4314bf49c003a8f126f06751ba1ba55.zip chromium_src-9a37fdf2a4314bf49c003a8f126f06751ba1ba55.tar.gz chromium_src-9a37fdf2a4314bf49c003a8f126f06751ba1ba55.tar.bz2 |
Conenct Chromoting plugin debug log to JS UI.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7262015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/me2mom/remoting.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js index 83e8ec2..9a73dfb 100644 --- a/remoting/webapp/me2mom/remoting.js +++ b/remoting/webapp/me2mom/remoting.js @@ -269,7 +269,7 @@ function tryShare() { plugin.setAttribute('id', remoting.HOST_PLUGIN_ID); div.appendChild(plugin); plugin.onStateChanged = onStateChanged_; - plugin.logDebugInfoCallback = debugInfoCallback_; + plugin.logDebugInfo = debugInfoCallback_; plugin.connect(getEmail(), 'oauth2:' + remoting.oauth2.getAccessToken()); } |