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

Unified Diff: remoting/webapp/browser_test/invalid_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/invalid_pin_browser_test.js
diff --git a/remoting/webapp/browser_test/invalid_pin_browser_test.js b/remoting/webapp/browser_test/invalid_pin_browser_test.js
index f7a5935c7a847b3dbc509d9b84d52dcace0b38bd..1d08d1ab5ac56ecfe5f6de382842cdde569473ca 100644
--- a/remoting/webapp/browser_test/invalid_pin_browser_test.js
+++ b/remoting/webapp/browser_test/invalid_pin_browser_test.js
@@ -16,6 +16,9 @@
/** @constructor */
browserTest.Invalid_PIN = function() {};
+/**
+ * @param {{pin:string}} data
+ */
browserTest.Invalid_PIN.prototype.run = function(data) {
// Input validation.
browserTest.expect(typeof data.pin == 'string');
« no previous file with comments | « remoting/webapp/browser_test/cancel_pin_browser_test.js ('k') | remoting/webapp/browser_test/it2me_browser_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698