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

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

Issue 1397463003: Report the Auth method for me2me connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 5 years, 2 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/bump_scroll_browser_test.js
diff --git a/remoting/webapp/browser_test/bump_scroll_browser_test.js b/remoting/webapp/browser_test/bump_scroll_browser_test.js
index a20cd3671555d3c1b956c697235f0e186d3edf34..fcdba608aad301d026955fae0e6e0f2a90c8175a 100644
--- a/remoting/webapp/browser_test/bump_scroll_browser_test.js
+++ b/remoting/webapp/browser_test/bump_scroll_browser_test.js
@@ -91,7 +91,7 @@ browserTest.Bump_Scroll.prototype.run = function(data) {
var mockConnection = new remoting.MockConnection();
function onPluginCreated(/** remoting.MockClientPlugin */ plugin) {
- plugin.mock$useDefaultBehavior(remoting.MockClientPlugin.AuthMethod.PIN);
+ plugin.mock$useDefaultBehavior(remoting.ChromotingEvent.AuthMethod.PIN);
}
mockConnection.pluginFactory().mock$setPluginCreated(onPluginCreated);
« no previous file with comments | « remoting/webapp/base/js/session_logger.js ('k') | remoting/webapp/crd/js/me2me_telemetry_integration_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698