Index: remoting/webapp/js_proto/sinon_stub_proto.js |
diff --git a/remoting/webapp/js_proto/sinon_stub_proto.js b/remoting/webapp/js_proto/sinon_stub_proto.js |
index 28e7d50c0b5beb757245c84ebbc2047dafa497b2..9abaa56187d419864ab02326b2234af099566928 100644 |
--- a/remoting/webapp/js_proto/sinon_stub_proto.js |
+++ b/remoting/webapp/js_proto/sinon_stub_proto.js |
@@ -29,3 +29,6 @@ chrome.socket.destroy.$testStub = new sinon.TestStub(); |
chrome.socket.read.$testStub = new sinon.TestStub(); |
chrome.socket.secure.$testStub = new sinon.TestStub(); |
chrome.socket.write.$testStub = new sinon.TestStub(); |
+ |
+remoting.setMode.$testStub = new sinon.TestStub(); |
+remoting.Host.needsUpdate.$testStub = new sinon.TestStub(); |