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

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

Issue 1015043002: Add optional scopes parameter to Identity.getToken(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: remoting/webapp/js_proto/sinon_proto.js
diff --git a/remoting/webapp/js_proto/sinon_proto.js b/remoting/webapp/js_proto/sinon_proto.js
index d7e1a2feeb352ca63d3a00891f7d7747d9ce3198..ff7eb960a70466545fa8f9820721073af9706e47 100644
--- a/remoting/webapp/js_proto/sinon_proto.js
+++ b/remoting/webapp/js_proto/sinon_proto.js
@@ -86,6 +86,9 @@ sinon.Spy.prototype.called = false;
/** @type {boolean} */
sinon.Spy.prototype.calledOnce = false;
+/** @type {boolean} */
+sinon.Spy.prototype.calledTwice = false;
+
/** @type {function(...):boolean} */
sinon.Spy.prototype.calledWith = function() {};
« remoting/webapp/crd/js/identity_unittest.js ('K') | « remoting/webapp/js_proto/chrome_mocks.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698