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

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

Issue 1003433002: Updated remoting.xhr API to use promises. Removed access to the native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spy-promise
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/qunit_proto.js
diff --git a/remoting/webapp/js_proto/qunit_proto.js b/remoting/webapp/js_proto/qunit_proto.js
index 2b2816c1896235ffd441b1fbcc166f14e9c52a34..f680b199a1d552b8d3500ec5511cf9d326ac7e5c 100644
--- a/remoting/webapp/js_proto/qunit_proto.js
+++ b/remoting/webapp/js_proto/qunit_proto.js
@@ -86,4 +86,4 @@ QUnit.module = function(desc, opt_args) {};
* @param {string} desc
* @param {function(QUnit.Assert)} f
*/
-QUnit.test = function(desc, f) {};
+QUnit.test = function(desc, f) {};

Powered by Google App Engine
This is Rietveld 408576698