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

Unified Diff: remoting/webapp/js_proto/sinon_stub_proto.js

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Jamie's feedback Created 5 years, 10 months 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
« no previous file with comments | « remoting/webapp/js_proto/sinon_proto.js ('k') | remoting/webapp/unittests/host_table_entry_unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « remoting/webapp/js_proto/sinon_proto.js ('k') | remoting/webapp/unittests/host_table_entry_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698