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

Unified Diff: remoting/webapp/js_proto/qunit_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/crd/js/local_host_section.js ('k') | remoting/webapp/js_proto/sinon_proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/qunit_proto.js
diff --git a/remoting/webapp/js_proto/qunit_proto.js b/remoting/webapp/js_proto/qunit_proto.js
index dd5745f90e67c25555a27171bc8a1875ed8de0d0..f826af8c9b09d141a722fb7a887a352453fd4023 100644
--- a/remoting/webapp/js_proto/qunit_proto.js
+++ b/remoting/webapp/js_proto/qunit_proto.js
@@ -32,14 +32,16 @@ QUnit.asyncTest = function(desc, f) {};
/**
* @param {*} a
* @param {*} b
+ * @param {string=} opt_message
*/
-QUnit.deepEqual = function(a, b) {};
+QUnit.deepEqual = function(a, b, opt_message) {};
/**
* @param {*} a
* @param {*} b
+ * @param {string=} opt_message
*/
-QUnit.equal = function(a, b) {};
+QUnit.equal = function(a, b, opt_message) {};
/**
* @param {*} a
« no previous file with comments | « remoting/webapp/crd/js/local_host_section.js ('k') | remoting/webapp/js_proto/sinon_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698