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

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.cc

Issue 1086563005: [Chromoting] Use MockConnection for bump scrolling browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@IncludeBTinWebapp
Patch Set: Rebase Created 5 years, 8 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
« no previous file with comments | « no previous file | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/remote_desktop_browsertest.cc
diff --git a/chrome/test/remoting/remote_desktop_browsertest.cc b/chrome/test/remoting/remote_desktop_browsertest.cc
index 15dc575f4d959a14c0f917a0ed4a19cc9eaf4481..9b58af10e87f9152a9f9307b366c28c0fa8254bd 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.cc
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc
@@ -487,6 +487,7 @@ void RemoteDesktopBrowserTest::LoadBrowserTestJavaScript(
LoadScript(content, FILE_PATH_LITERAL("mock_session_connector.js"));
LoadScript(content, FILE_PATH_LITERAL("mock_signal_strategy.js"));
LoadScript(content, FILE_PATH_LITERAL("timeout_waiter.js"));
+ LoadScript(content, FILE_PATH_LITERAL("sinon.js"));
}
void RemoteDesktopBrowserTest::Cleanup() {
« no previous file with comments | « no previous file | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698