Chromium Code Reviews| Index: remoting/webapp/me2mom/remoting.js |
| diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js |
| index 3165fe5e5b08a8b1f91829b3f1be2d7df1fb7b97..acd1d1327eb2368a7be41cc799657ea62aa8249f 100644 |
| --- a/remoting/webapp/me2mom/remoting.js |
| +++ b/remoting/webapp/me2mom/remoting.js |
| @@ -634,3 +634,6 @@ remoting.promptClose = function() { |
| } |
| }()); |
| + |
| +// Shortcut to save typing now that this is the only way to show the debug log. |
| +var tdl = remoting.toggleDebugLog; |