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

Unified Diff: remoting/webapp/browser_test/cancel_pin_browser_test.js

Issue 927373005: [Chromoting] Enable jscompile for browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittests; More review comments 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/browser_test/cancel_pin_browser_test.js
diff --git a/remoting/webapp/browser_test/cancel_pin_browser_test.js b/remoting/webapp/browser_test/cancel_pin_browser_test.js
index 507e9865595c34a3b51e940fa901d01fb396fead..d6dc7500926938561b2676659d2028e740830319 100644
--- a/remoting/webapp/browser_test/cancel_pin_browser_test.js
+++ b/remoting/webapp/browser_test/cancel_pin_browser_test.js
@@ -17,6 +17,9 @@
/** @constructor */
browserTest.Cancel_PIN = function() {};
+/**
+ * @param {{pin:string}} data
+ */
browserTest.Cancel_PIN.prototype.run = function(data) {
browserTest.expect(typeof data.pin == 'string');
@@ -35,4 +38,4 @@ browserTest.Cancel_PIN.prototype.run = function(data) {
// On rejected.
browserTest.fail(reason);
});
-};
+};
« no previous file with comments | « remoting/webapp/browser_test/bump_scroll_browser_test.js ('k') | remoting/webapp/browser_test/invalid_pin_browser_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698