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

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: Update browser tests 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
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

Powered by Google App Engine
This is Rietveld 408576698